Lines Matching refs:MemoryPool
422 rml::MemoryPool *my_mallocPool;
424 StressLOCacheWork(rml::MemoryPool *mallocPool) : my_mallocPool(mallocPool) {} in StressLOCacheWork()
440 rml::MemoryPool *pool1; in TestPools()
441 rml::MemoryPool *pool2; in TestPools()
449 rml::MemoryPool *fixedPool; in TestPools()
455 rml::MemoryPool *mallocPool; in TestPools()
512 const LargeObjectCache *loc = &((rml::internal::MemoryPool*)mallocPool)->extMemPool.loc; in TestPools()
543 rml::internal::ExtMemoryPool *mPool = &((rml::internal::MemoryPool*)mallocPool)->extMemPool; in TestPools()
544 const LargeObjectCache *loc = &((rml::internal::MemoryPool*)mallocPool)->extMemPool.loc; in TestPools()
665 rml::MemoryPool *mPool; in TestBackend()
667 rml::internal::ExtMemoryPool *ePool = &((rml::internal::MemoryPool*)mPool)->extMemPool; in TestBackend()