Home
last modified time | relevance | path

Searched refs:kUnitsBytes (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc145 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()
Dmemory_allocator_dump_unittest.cc33 MemoryAllocatorDump::kUnitsBytes, 4096); in OnMemoryDump()
43 MemoryAllocatorDump::kUnitsBytes, 1); in OnMemoryDump()
144 MemoryAllocatorDump::kUnitsBytes, 4096); in TEST()
157 MemoryAllocatorDump::kUnitsBytes, 1); in TEST()
Dtrace_event_memory_overhead.cc146 MemoryAllocatorDump::kUnitsBytes, in DumpInto()
148 mad->AddScalar("resident_size", MemoryAllocatorDump::kUnitsBytes, in DumpInto()
Dmemory_allocator_dump.h49 static const char kUnitsBytes[]; // Unit name to represent bytes. variable
Dmemory_allocator_dump.cc22 const char MemoryAllocatorDump::kUnitsBytes[] = "bytes"; member in base::trace_event::MemoryAllocatorDump
/external/libmojo/base/trace_event/
Djava_heap_dump_provider_android.cc36 MemoryAllocatorDump::kUnitsBytes, total_heap_size); in OnMemoryDump()
41 MemoryAllocatorDump::kUnitsBytes, in OnMemoryDump()