Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_memory_allocator_unittest.cc114 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()
Dpersistent_histogram_allocator.cc276 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()
Dpersistent_memory_allocator.h240 size_t GetAllocSize(Reference ref) const;
Dpersistent_memory_allocator.cc381 size_t name_length = GetAllocSize(name_ref); in Name()
413 size_t PersistentMemoryAllocator::GetAllocSize(Reference ref) const { in GetAllocSize() function in base::PersistentMemoryAllocator