Home
last modified time | relevance | path

Searched refs:CreateSharedGlobalAllocatorDump (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/trace_event/
Dprocess_memory_dump_unittest.cc34 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
53 auto shared_mad = pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
80 auto shared_mad = pmd2->CreateSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
Dprocess_memory_dump.h98 MemoryAllocatorDump* CreateSharedGlobalAllocatorDump(
Dprocess_memory_dump.cc134 MemoryAllocatorDump* ProcessMemoryDump::CreateSharedGlobalAllocatorDump( in CreateSharedGlobalAllocatorDump() function in base::trace_event::ProcessMemoryDump