Home
last modified time | relevance | path

Searched refs:mMemoryPool (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/include/chre/util/
Dsynchronized_memory_pool_impl.h30 return mMemoryPool.allocate(args...); in allocate()
37 mMemoryPool.deallocate(element); in deallocate()
43 return mMemoryPool.getFreeBlockCount(); in getFreeBlockCount()
Dsynchronized_memory_pool.h65 MemoryPool<ElementType, kSize> mMemoryPool; variable