Public Types | |
enum | { TBBMALLOC_POOL_VERSION = 1 } |
Public Member Functions | |
MemPoolPolicy (rawAllocType pAlloc_, rawFreeType pFree_, size_t granularity_=0, bool fixedPool_=false, bool keepAllMemory_=false) | |
Public Attributes | |
rawAllocType | pAlloc |
rawFreeType | pFree |
size_t | granularity |
int | version |
unsigned | fixedPool: 1 |
unsigned | keepAllMemory: 1 |
unsigned | reserved: 30 |