|
Squid Web Cache master
|
#include "base/DelayedAsyncCalls.h"#include "dlink.h"#include "http/RequestMethod.h"#include "HttpReply.h"#include "RemovalPolicy.h"#include "sbuf/SBuf.h"#include "stmem.h"#include "store/forward.h"#include "StoreIOBuffer.h"#include "StoreIOState.h"#include "typedefs.h"#include "DelayId.h"Go to the source code of this file.
Classes | |
| class | MemObject |
| class | MemObject::SwapOut |
| class | MemObject::XitTable |
| State of an entry with regards to the [shared] in-transit table. More... | |
| class | MemObject::MemCache |
| State of an entry with regards to the [shared] memory caching. More... | |
Typedefs | |
| typedef void | STMCB(void *data, StoreIOBuffer wroteBuffer) |
Variables | |
| RemovalPolicy * | mem_policy |
| typedef void STMCB(void *data, StoreIOBuffer wroteBuffer) |
Definition at line 28 of file MemObject.h.
|
extern |
global current memory removal policy
Definition at line 44 of file MemObject.cc.
Referenced by Store::Controller::dereferenceIdle(), Store::Controller::freeMemorySpace(), Store::Controller::referenceBusy(), StoreEntry::setMemStatus(), storeInit(), TestUfs::testUfsDefaultEngine(), and TestUfs::testUfsSearch().