Searched refs:GetAllocSize (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/debug/ |
D | activity_analyzer.cc | 61 allocator->GetAllocSize(reference)) {} in ThreadActivityAnalyzer() 218 size_t size = allocator_->GetAllocSize(ref); in GetUserDataSnapshot() 281 if (record->DecodeTo(&info, allocator_->GetAllocSize( in GetModules() 344 const size_t size = allocator_->GetAllocSize(memory_ref); in PrepareAllAnalyzers()
|
D | activity_tracker.cc | 82 DCHECK_LE(size, allocator->GetAllocSize(ref)); in AllocateFrom() 1398 DCHECK_LE(stack_memory_size_, allocator_->GetAllocSize(mem_reference)); in CreateTrackerForCurrentThread() 1544 allocator_->GetAllocSize(ref)); in CleanupAfterProcess()
|
D | activity_tracker_unittest.cc | 519 const size_t tracker_size = global->allocator()->GetAllocSize(tracker_ref); in TEST_F()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | IRMemoryMap.h | 70 bool GetAllocSize(lldb::addr_t address, size_t &size);
|
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator_unittest.cc | 133 EXPECT_LE(sizeof(TestObject1), allocator_->GetAllocSize(block1)); in TEST_F() 135 allocator_->GetAllocSize(block1)); in TEST_F() 173 EXPECT_LE(sizeof(TestObject2), allocator_->GetAllocSize(block2)); in TEST_F() 175 allocator_->GetAllocSize(block2)); in TEST_F() 887 size_t size = allocator.GetAllocSize(ref); in TEST()
|
D | persistent_memory_allocator.h | 434 size_t GetAllocSize(Reference ref) const; 536 DCHECK_LE(sizeof(T), GetAllocSize(ref)) << "alloc not big enough for obj"; in New()
|
D | persistent_histogram_allocator.cc | 288 const size_t length = memory_allocator_->GetAllocSize(ref); in GetHistogram() 536 memory_allocator_->GetAllocSize(histogram_ranges_ref); in CreateHistogram() 556 memory_allocator_->GetAllocSize(counts_ref) < counts_bytes)) { in CreateHistogram()
|
D | persistent_memory_allocator.cc | 460 size_t name_length = GetAllocSize(name_ref); in Name() 533 size_t PersistentMemoryAllocator::GetAllocSize(Reference ref) const { in GetAllocSize() function in base::PersistentMemoryAllocator 1188 DCHECK_LE(size_, allocator_->GetAllocSize(existing)); in Get()
|
D | field_trial.cc | 1098 global_->field_trial_allocator_->GetAllocSize(field_trial->ref_); in GetParamsFromSharedMemory()
|
/external/llvm-project/lldb/source/Expression/ |
D | IRMemoryMap.cpp | 491 bool IRMemoryMap::GetAllocSize(lldb::addr_t address, size_t &size) { in GetAllocSize() function in IRMemoryMap
|
D | IRInterpreter.cpp | 1438 bool Success = execution_unit.GetAllocSize(addr, dataSize); in Interpret()
|