Searched defs:MemoryPool (Results 1 – 2 of 2) sorted by relevance
28 TEST(MemoryPool, ExhaustPool) { in TEST() argument41 TEST(MemoryPool, OwnershipDeallocation) { in TEST() argument53 TEST(MemoryPool, ExhaustPoolThenDeallocateOneAndAllocateOne) { in TEST() argument96 TEST(MemoryPool, ExhaustPoolThenRandomDeallocate) { in TEST() argument138 TEST(MemoryPool, FindAnElement) { in TEST() argument174 TEST(MemoryPool, FindAnElementAfterDeallocation) { in TEST() argument202 TEST(MemoryPool, FindAnElementAfterAllMatchingAreDeallocated) { in TEST() argument240 TEST(MemoryPool, FindAnElementAfterDeallocationLargeSize) { in TEST() argument
30 MemoryPool<ElementType, kSize>::MemoryPool() { in MemoryPool() function