HomeSort by relevance Sort by last modified time
    Searched refs:GetAllocSize (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 114 EXPECT_LE(sizeof(TestObject1), allocator_->GetAllocSize(block1));
116 allocator_->GetAllocSize(block1));
137 EXPECT_LE(sizeof(TestObject2), allocator_->GetAllocSize(block2));
139 allocator_->GetAllocSize(block2));
770 size_t size = allocator.GetAllocSize(ref);
persistent_histogram_allocator.cc 276 size_t length = memory_allocator_->GetAllocSize(ref);
538 memory_allocator_->GetAllocSize(histogram_data.ranges_ref);
565 memory_allocator_->GetAllocSize(histogram_data.counts_ref) <
    [all...]
persistent_memory_allocator.h 240 size_t GetAllocSize(Reference ref) const;
persistent_memory_allocator.cc 381 size_t name_length = GetAllocSize(name_ref);
413 size_t PersistentMemoryAllocator::GetAllocSize(Reference ref) const {
    [all...]

Completed in 67 milliseconds