Home
last modified time | relevance | path

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

/system/chre/util/tests/
Dmemory_pool_test.cc95 size_t deallocateIndex = distribution(randomGenerator); in TEST() local
98 EXPECT_EQ(*allocations[deallocateIndex].allocation, in TEST()
99 allocations[deallocateIndex].expectedValue); in TEST()
100 memoryPool.deallocate(allocations[deallocateIndex].allocation); in TEST()
103 allocations.erase(allocations.begin() + deallocateIndex); in TEST()