Searched refs:mMemoryPool (Results 1 – 2 of 2) sorted by relevance
30 return mMemoryPool.allocate(args...); in allocate()37 mMemoryPool.deallocate(element); in deallocate()43 return mMemoryPool.getFreeBlockCount(); in getFreeBlockCount()
65 MemoryPool<ElementType, kSize> mMemoryPool; variable