Searched defs:MemoryPool (Results 1 – 5 of 5) sorted by relevance
50 struct MemoryPool struct56 char *memory;61 size_t size;86 struct MemoryPool * argument
50 MemoryPool<MemoryType>::MemoryPool(int32_t initialPoolSize) in MemoryPool() function
116 class MemoryPool class141 MemoryPool::MemoryPool() : initialized_(false), mem_(0) in MemoryPool() function in __anon9033fd5a0211::MemoryPool
161 } MemoryPool; typedef
615 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool() function