Searched defs:MemoryPool (Results 1 – 4 of 4) 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
161 } MemoryPool; typedef
620 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool() function