Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump_unittest.cc50 MemoryAllocatorDumpGuid shared_mad_guid1(1); in TEST() local
52 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
63 ASSERT_EQ(nullptr, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()
73 auto* shared_mad1 = pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
80 ASSERT_EQ(shared_mad1, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()
119 MemoryAllocatorDumpGuid shared_mad_guid1(1); in TEST() local
121 auto* shared_mad1 = pmd2->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
151 ASSERT_EQ(shared_mad1, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()