Searched defs:MemoryPool (Results 1 – 4 of 4) sorted by relevance
29 inline MemoryPool::MemoryPool() : first_free(nullptr), capacity(0) {} in MemoryPool() function31 inline MemoryPool::MemoryPool(MemoryPool&& other) in MemoryPool() function
50 MemoryPool<MemoryType>::MemoryPool(int32_t initialPoolSize) in MemoryPool() function
163 } MemoryPool; typedef
620 MemoryPool(unsigned int size, unsigned int incr) : objSize(size), in MemoryPool() function