Searched refs:allocation_count (Results 1 – 1 of 1) sorted by relevance
196 allocation_count++; in Allocate()199 static size_t allocation_count; member202 size_t CountedAllocatorTraits::allocation_count = 0; member in fbl::tests::__anon76844adc0111::CountedAllocatorTraits212 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