Lines Matching refs:MemoryPool
98 rml::MemoryPool *pool; in TestPoolReset()
123 static rml::MemoryPool *pool;
129 static void init(int num, rml::MemoryPool *pl, void **crThread, void **aTerm) { in init()
168 rml::MemoryPool *SharedPoolRun::pool;
176 rml::MemoryPool *pool; in TestSharedPool()
224 static rml::MemoryPool **pool;
230 pool = new rml::MemoryPool*[number_of_threads]; in init()
276 rml::MemoryPool **CrossThreadRun::pool;
298 rml::MemoryPool *pool; in TestTooSmallBuffer()
339 rml::MemoryPool *pool;
343 FixedPoolUse(unsigned threads, rml::MemoryPool *p, size_t sz, int it) : in FixedPoolUse()
361 rml::MemoryPool *pool;
363 FixedPoolNomem(utils::SpinBarrier *b, rml::MemoryPool *p) : in FixedPoolNomem()
374 rml::MemoryPool *pool;
376 FixedPoolSomeMem(utils::SpinBarrier *b, rml::MemoryPool *p) : in FixedPoolSomeMem()
387 bool haveEnoughSpace(rml::MemoryPool *pool, size_t sz) in haveEnoughSpace()
403 rml::MemoryPool *pool; in TestFixedBufferPool()
499 rml::MemoryPool *pool; in TestPoolGranularity()
535 rml::MemoryPool *pool; in TestPoolKeepTillDestroy()
596 rml::MemoryPool *pool; in TestEntries()
629 rml::MemoryPool *CreateUsablePool(size_t size) in CreateUsablePool()
631 rml::MemoryPool *pool; in CreateUsablePool()
659 rml::MemoryPool *pools[MAX_POOLS]; in CheckPoolLeaks()
667 rml::MemoryPool *p = CreateUsablePool(1024); in CheckPoolLeaks()
694 rml::MemoryPool *pool; in TestPoolCreation()
716 rml::MemoryPool *pool;
722 rml::MemoryPool** const pools;
725 PoolIdentityCheck(rml::MemoryPool** p, AllocatedObject** o) : pools(p), objs(o) {} in PoolIdentityCheck()
729 rml::MemoryPool *act_pool = rml::pool_identify(objs[id]); in operator ()()
753 rml::MemoryPool *pools[POOLS]; in TestPoolDetection()
769 rml::MemoryPool *p = rml::pool_identify(objs[i]); in TestPoolDetection()
786 rml::MemoryPool *pool = CreateUsablePool(sizes[i]); in TestLazyBootstrap()
794 rml::MemoryPool *pool;
797 NoLeakOnDestroyRun(rml::MemoryPool *p, utils::SpinBarrier *b) : pool(p), barrier(b) {} in NoLeakOnDestroyRun()
819 rml::MemoryPool *pool; in TestNoLeakOnDestroy()
840 rml::MemoryPool *pool; in TestDestroyFailed()
850 rml::MemoryPool *pool = CreateUsablePool(1024); in TestPoolMSize()