HomeSort by relevance Sort by last modified time
    Searched refs:CreateSharedGlobalAllocatorDump (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/trace_event/
process_memory_dump_unittest.cc 52 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid1);
53 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid2);
73 auto* shared_mad1 = pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid1);
121 auto* shared_mad1 = pmd2->CreateSharedGlobalAllocatorDump(shared_mad_guid1);
228 auto* shared_mad4 = pmd->CreateSharedGlobalAllocatorDump(shared_mad_guid);
261 EXPECT_EQ(black_hole_mad, pmd->CreateSharedGlobalAllocatorDump(guid));
process_memory_dump.h 102 MemoryAllocatorDump* CreateSharedGlobalAllocatorDump(
105 // Creates a shared MemoryAllocatorDump as CreateSharedGlobalAllocatorDump,
107 // is created using CreateSharedGlobalAllocatorDump by at least one process.
process_memory_dump.cc 210 MemoryAllocatorDump* ProcessMemoryDump::CreateSharedGlobalAllocatorDump(

Completed in 165 milliseconds