Home
last modified time | relevance | path

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

/system/chre/util/tests/
Dmemory_pool_test.cc89 size_t deallocateIndex = distribution(randomGenerator); in TEST() local
92 ASSERT_EQ(*allocations[deallocateIndex].allocation, in TEST()
93 allocations[deallocateIndex].expectedValue); in TEST()
94 memoryPool.deallocate(allocations[deallocateIndex].allocation); in TEST()
97 allocations.erase(allocations.begin() + deallocateIndex); in TEST()