Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dvector_tests.cpp196 allocation_count++; in Allocate()
199 static size_t allocation_count; member
202 size_t CountedAllocatorTraits::allocation_count = 0; member in fbl::tests::__anon76844adc0111::CountedAllocatorTraits
212 CountedAllocatorTraits::allocation_count = 0; in VectorTestPushBackInCapacity()
217 ASSERT_EQ(CountedAllocatorTraits::allocation_count, 0); in VectorTestPushBackInCapacity()
221 ASSERT_EQ(CountedAllocatorTraits::allocation_count, 1); in VectorTestPushBackInCapacity()
228 ASSERT_EQ(CountedAllocatorTraits::allocation_count, 1); in VectorTestPushBackInCapacity()
250 CountedAllocatorTraits::allocation_count = 0; in VectorTestPushBackByConstRefInCapacity()
255 ASSERT_EQ(CountedAllocatorTraits::allocation_count, 0); in VectorTestPushBackByConstRefInCapacity()
259 ASSERT_EQ(CountedAllocatorTraits::allocation_count, 1); in VectorTestPushBackByConstRefInCapacity()
[all …]

Completed in 4 milliseconds