Searched refs:kUnitsBytes (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/trace_event/ |
D | malloc_dump_provider.cc | 145 outer_dump->AddScalar("virtual_size", MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump() 148 MemoryAllocatorDump::kUnitsBytes, resident_size); in OnMemoryDump() 153 MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump() 163 MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump()
|
D | memory_allocator_dump_unittest.cc | 33 MemoryAllocatorDump::kUnitsBytes, 4096); in OnMemoryDump() 43 MemoryAllocatorDump::kUnitsBytes, 1); in OnMemoryDump() 144 MemoryAllocatorDump::kUnitsBytes, 4096); in TEST() 157 MemoryAllocatorDump::kUnitsBytes, 1); in TEST()
|
D | trace_event_memory_overhead.cc | 146 MemoryAllocatorDump::kUnitsBytes, in DumpInto() 148 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes, in DumpInto()
|
D | memory_allocator_dump.h | 49 static const char kUnitsBytes[]; // Unit name to represent bytes. variable
|
D | memory_allocator_dump.cc | 22 const char MemoryAllocatorDump::kUnitsBytes[] = "bytes"; member in base::trace_event::MemoryAllocatorDump
|
/external/libmojo/base/trace_event/ |
D | java_heap_dump_provider_android.cc | 36 MemoryAllocatorDump::kUnitsBytes, total_heap_size); in OnMemoryDump() 41 MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump()
|