Searched refs:MemPool (Results 1 – 10 of 10) sorted by relevance
37 class MemPool class40 MemPool (const deMemPoolUtil* util = DE_NULL, deUint32 flags = 0u);41 MemPool (MemPool* parent);42 ~MemPool (void);55 MemPool (const MemPool& other); // Not allowed!56 MemPool& operator= (const MemPool& other); // Not allowed!63 char* copyToPool (de::MemPool* pool, const char* string);67 inline MemPool::MemPool (const deMemPoolUtil* util, deUint32 flags) in MemPool() function in de::MemPool74 inline MemPool::MemPool (MemPool* parent) in MemPool() function in de::MemPool81 inline MemPool::~MemPool (void) in ~MemPool()[all …]
45 explicit PoolString (MemPool* pool);46 PoolString (MemPool* pool, const PoolString& other);73 inline PoolString::PoolString (MemPool* pool) in PoolString()
34 MemPool pool; in intArrayTest()108 MemPool pool; in alignedIntArrayTest()240 MemPool pool; in sideEffectTest()272 MemPool pool; in iteratorTest()
61 explicit PoolArray (MemPool* pool);62 PoolArray (MemPool* pool, const PoolArray<T, Alignment>& other);105 MemPool* m_pool;226 PoolArray<T, Alignment>::PoolArray (MemPool* pool) in PoolArray()
32 char* copyToPool (de::MemPool* pool, const char* string) in copyToPool()
217 de::MemPool m_memPool;
405 de::MemPool programPool; in buildPrograms()410 de::MemPool tmpPool; in buildPrograms()
409 AllocatorTy MemPool; member
345 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock()390 MemPool.Reset(); in clear()