Home
last modified time | relevance | path

Searched defs:MemoryPool (Results 1 – 2 of 2) sorted by relevance

/system/chre/util/tests/
Dmemory_pool_test.cc26 TEST(MemoryPool, ExhaustPool) { in TEST() argument
39 TEST(MemoryPool, OwnershipDeallocation) { in TEST() argument
51 TEST(MemoryPool, ExhaustPoolThenDeallocateOneAndAllocateOne) { in TEST() argument
94 TEST(MemoryPool, ExhaustPoolThenRandomDeallocate) { in TEST() argument
/system/chre/util/include/chre/util/
Dmemory_pool_impl.h28 MemoryPool<ElementType, kSize>::MemoryPool() { in MemoryPool() function