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.cc116 MemoryAllocatorDumpGuid shared_mad_guid1(1); in TEST() local
118 pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
126 ASSERT_EQ(nullptr, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()
136 auto* shared_mad1 = pmd1->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
143 ASSERT_EQ(shared_mad1, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()
176 MemoryAllocatorDumpGuid shared_mad_guid1(1); in TEST() local
178 auto* shared_mad1 = pmd2->CreateSharedGlobalAllocatorDump(shared_mad_guid1); in TEST()
207 ASSERT_EQ(shared_mad1, pmd1->GetSharedGlobalAllocatorDump(shared_mad_guid1)); in TEST()