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

  /external/libchrome/base/trace_event/
process_memory_dump.h 102 MemoryAllocatorDump* GetSharedGlobalAllocatorDump(
process_memory_dump_unittest.cc 44 ASSERT_EQ(nullptr, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid));
58 ASSERT_EQ(shared_mad, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid));
107 ASSERT_EQ(shared_mad, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid));
process_memory_dump.cc 138 MemoryAllocatorDump* allocator_dump = GetSharedGlobalAllocatorDump(guid);
144 MemoryAllocatorDump* ProcessMemoryDump::GetSharedGlobalAllocatorDump(

Completed in 78 milliseconds