|
Squid Web Cache master
|
#include "squid.h"#include "base/RunnersRegistry.h"#include "CollapsedForwarding.h"#include "HttpReply.h"#include "ipc/mem/Page.h"#include "ipc/mem/Pages.h"#include "MemObject.h"#include "MemStore.h"#include "mime_header.h"#include "sbuf/SBuf.h"#include "sbuf/Stream.h"#include "SquidConfig.h"#include "SquidMath.h"#include "store/forward.h"#include "StoreStats.h"#include "tools.h"Go to the source code of this file.
Classes | |
| class | ShmWriter |
| class | MemStoreRr |
Functions | |
| DefineRunnerRegistrator (MemStoreRr) | |
Variables | |
| static const auto | MapLabel = "cache_mem_map" |
| shared memory segment path to use for MemStore maps | |
| static const char * | SpaceLabel = "cache_mem_space" |
| shared memory segment path to use for the free slices index | |
| static const char * | ExtrasLabel = "cache_mem_ex" |
| shared memory segment path to use for IDs of shared pages with slice data | |
| DefineRunnerRegistrator | ( | MemStoreRr | ) |
|
static |
Definition at line 33 of file MemStore.cc.
Referenced by MemStoreRr::create(), and MemStore::init().
|
static |
Definition at line 29 of file MemStore.cc.
Referenced by MemStoreRr::create(), Transients::findCollapsed(), MemStore::init(), and Transients::init().
|
static |
Definition at line 31 of file MemStore.cc.
Referenced by MemStoreRr::create(), and MemStore::init().