Searched refs:memoryPool (Results 1 – 1 of 1) sorted by relevance
31 static int32_t CreateMemoryPool(MemoryPool*& memoryPool,37 MemoryPool*& memoryPool);62 MemoryPool<MemoryType>::CreateMemoryPool(MemoryPool*& memoryPool, in CreateMemoryPool() argument65 memoryPool = new MemoryPool(initialPoolSize); in CreateMemoryPool()66 if(memoryPool == NULL) in CreateMemoryPool()70 if(memoryPool->_ptrImpl == NULL) in CreateMemoryPool()72 delete memoryPool; in CreateMemoryPool() local73 memoryPool = NULL; in CreateMemoryPool()76 if(!memoryPool->_ptrImpl->Initialize()) in CreateMemoryPool()78 delete memoryPool; in CreateMemoryPool() local[all …]