Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump_unittest.cc215 MemoryAllocatorDumpGuid shared_mad_guid(1); in TEST() local
216 auto* shared_mad1 = pmd->CreateWeakSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
217 ASSERT_EQ(shared_mad_guid, shared_mad1->guid()); in TEST()
220 auto* shared_mad2 = pmd->GetSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
224 auto* shared_mad3 = pmd->CreateWeakSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
228 auto* shared_mad4 = pmd->CreateSharedGlobalAllocatorDump(shared_mad_guid); in TEST()
232 auto* shared_mad5 = pmd->CreateWeakSharedGlobalAllocatorDump(shared_mad_guid); in TEST()