Lines Matching refs:allocation_count
196 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()
267 ASSERT_EQ(CountedAllocatorTraits::allocation_count, 1); in VectorTestPushBackByConstRefInCapacity()
760 CountedAllocatorTraits::allocation_count = 0; in VectorTestInitializerList()
767 ASSERT_EQ(CountedAllocatorTraits::allocation_count, 0); in VectorTestInitializerList()
777 ASSERT_EQ(CountedAllocatorTraits::allocation_count, 1); in VectorTestInitializerList()