Include dependency graph for PoolChunked.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | MemPoolChunked |
class | MemChunk |
Macros | |
#define | MEM_CHUNK_SIZE 4 * 4096 /* 16KB ... 4 * VM_PAGE_SZ */ |
#define | MEM_CHUNK_MAX_SIZE 256 * 1024 /* 2MB */ |
Macro Definition Documentation
◆ MEM_CHUNK_MAX_SIZE
#define MEM_CHUNK_MAX_SIZE 256 * 1024 /* 2MB */ |
Definition at line 16 of file PoolChunked.h.
◆ MEM_CHUNK_SIZE
#define MEM_CHUNK_SIZE 4 * 4096 /* 16KB ... 4 * VM_PAGE_SZ */ |
Definition at line 15 of file PoolChunked.h.