static void init(utils::MemoryPagePool *mpp_ptr)
This must be called once before using a AIStatefulTaskMutex.
Definition: AIStatefulTaskMutex.h:208
Definition: DefaultMemoryPagePool.h:116
DefaultMemoryPagePool(ArgT &&... args)
Definition: DefaultMemoryPagePool.h:131
static utils::MemoryPagePool & instance()
Definition: DefaultMemoryPagePool.h:142
DefaultMemoryPagePool(size_t block_size=0x8000, utils::MemoryPagePool::blocks_t minimum_chunk_size=0, utils::MemoryPagePool::blocks_t maximum_chunk_size=0)
Constructor with the same (default) arguments as <span class="inlinecode">utils::MemoryPagePool</spa...
Definition: DefaultMemoryPagePool.h:119