Searched refs:GetAllocSize (Results 1 – 4 of 4) sorted by relevance
114 EXPECT_LE(sizeof(TestObject1), allocator_->GetAllocSize(block1)); in TEST_F()116 allocator_->GetAllocSize(block1)); in TEST_F()137 EXPECT_LE(sizeof(TestObject2), allocator_->GetAllocSize(block2)); in TEST_F()139 allocator_->GetAllocSize(block2)); in TEST_F()770 size_t size = allocator.GetAllocSize(ref); in TEST()
276 size_t length = memory_allocator_->GetAllocSize(ref); in GetHistogram()538 memory_allocator_->GetAllocSize(histogram_data.ranges_ref); in CreateHistogram()565 memory_allocator_->GetAllocSize(histogram_data.counts_ref) < in CreateHistogram()
240 size_t GetAllocSize(Reference ref) const;
381 size_t name_length = GetAllocSize(name_ref); in Name()413 size_t PersistentMemoryAllocator::GetAllocSize(Reference ref) const { in GetAllocSize() function in base::PersistentMemoryAllocator