Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump_unittest.cc118 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
119 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid2); in TEST()
136 auto* shared_mad1 = pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
178 auto* shared_mad1 = pmd2->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
236 pmd->CreateSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
345 auto* shared_mad4 = pmd->CreateSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
414 EXPECT_NE(black_hole_mad, pmd->CreateSharedGlobalAllocatorDump(guid)); in TEST()
Dprocess_memory_dump.h121 MemoryAllocatorDump* CreateSharedGlobalAllocatorDump(
Dprocess_memory_dump.cc284 MemoryAllocatorDump* ProcessMemoryDump::CreateSharedGlobalAllocatorDump( in CreateSharedGlobalAllocatorDump() function in base::trace_event::ProcessMemoryDump
/external/libchrome/base/memory/
Dshared_memory_tracker.cc137 pmd->CreateSharedGlobalAllocatorDump(global_dump_guid); in GetOrCreateSharedMemoryDumpInternal()