
Go to the source code of this file.
Macros | |
#define | MEM_MAX_MMAP_CHUNKS 2048 |
Functions | |
static int | memCompChunks (MemChunk *const &, MemChunk *const &) |
static int | memCompObjChunks (void *const &, MemChunk *const &) |
Variables | |
time_t | squid_curtime |
Macro Definition Documentation
◆ MEM_MAX_MMAP_CHUNKS
#define MEM_MAX_MMAP_CHUNKS 2048 |
Definition at line 19 of file PoolChunked.cc.
Function Documentation
◆ memCompChunks()
Definition at line 76 of file PoolChunked.cc.
References MemChunk::objCache.
Referenced by MemChunk::MemChunk(), and MemChunk::~MemChunk().
◆ memCompObjChunks()
Definition at line 88 of file PoolChunked.cc.
References MemPoolChunked::chunk_size, MemChunk::objCache, and MemChunk::pool.
Referenced by MemPoolChunked::convertFreeCacheToChunkFreeCache().
Variable Documentation
◆ squid_curtime
|
extern |
Definition at line 20 of file stub_libtime.cc.
Referenced by MemChunk::MemChunk(), MemPoolChunked::clean(), MemPoolChunked::convertFreeCacheToChunkFreeCache(), and MemPoolChunked::get().