#include "squid.h"
#include "comm/Connection.h"
#include "Generic.h"
#include "globals.h"
#include "HttpReply.h"
#include "MemBuf.h"
#include "MemObject.h"
#include "SquidConfig.h"
#include "Store.h"
#include "StoreClient.h"
#include "DelayPools.h"
Include dependency graph for MemObject.cc:
Go to the source code of this file.
Classes | |
struct | LowestMemReader |
struct | StoreClientStats |
Variables | |
RemovalPolicy * | mem_policy = nullptr |
Variable Documentation
◆ mem_policy
RemovalPolicy* mem_policy = nullptr |
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().