Home
last modified time | relevance | path

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

/system/chre/util/tests/
Dmemory_pool_test.cc28 TEST(MemoryPool, ExhaustPool) { in TEST() argument
41 TEST(MemoryPool, OwnershipDeallocation) { in TEST() argument
53 TEST(MemoryPool, ExhaustPoolThenDeallocateOneAndAllocateOne) { in TEST() argument
96 TEST(MemoryPool, ExhaustPoolThenRandomDeallocate) { in TEST() argument
138 TEST(MemoryPool, FindAnElement) { in TEST() argument
174 TEST(MemoryPool, FindAnElementAfterDeallocation) { in TEST() argument
202 TEST(MemoryPool, FindAnElementAfterAllMatchingAreDeallocated) { in TEST() argument
240 TEST(MemoryPool, FindAnElementAfterDeallocationLargeSize) { in TEST() argument
/system/chre/util/include/chre/util/
Dmemory_pool_impl.h30 MemoryPool<ElementType, kSize>::MemoryPool() { in MemoryPool() function