Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dprocess_memory_dump_unittest.cc124 ASSERT_EQ(nullptr, pmd1->GetAllocatorDump("mad1")); in TEST()
125 ASSERT_EQ(nullptr, pmd1->GetAllocatorDump("mad2")); in TEST()
140 ASSERT_EQ(mad1, pmd1->GetAllocatorDump("mad1")); in TEST()
141 ASSERT_EQ(nullptr, pmd1->GetAllocatorDump("mad2")); in TEST()
142 ASSERT_EQ(mad3, pmd1->GetAllocatorDump("mad3")); in TEST()
390 EXPECT_EQ(nullptr, pmd->GetAllocatorDump("NotWhitelisted/TestName")); in TEST()
391 EXPECT_EQ(nullptr, pmd->GetAllocatorDump("Whitelisted/TestName")); in TEST()
426 EXPECT_EQ(nullptr, pmd->GetAllocatorDump("NotWhitelisted/TestName")); in TEST()
427 EXPECT_NE(black_hole_mad, pmd->GetAllocatorDump("Whitelisted/TestName")); in TEST()
Dmemory_allocator_dump_unittest.cc94 pmd.GetAllocatorDump("foobar_allocator"); in TEST()
105 pmd.GetAllocatorDump("foobar_allocator/sub_heap"); in TEST()
113 pmd.GetAllocatorDump("foobar_allocator/sub_heap/empty"); in TEST()
Dprocess_memory_dump.cc270 MemoryAllocatorDump* ProcessMemoryDump::GetAllocatorDump( in GetAllocatorDump() function in base::trace_event::ProcessMemoryDump
280 MemoryAllocatorDump* mad = GetAllocatorDump(absolute_name); in GetOrCreateAllocatorDump()
310 return GetAllocatorDump(GetSharedGlobalAllocatorDumpName(guid)); in GetSharedGlobalAllocatorDump()
Dprocess_memory_dump.h105 MemoryAllocatorDump* GetAllocatorDump(const std::string& absolute_name) const;
/external/libchrome/mojo/core/
Dhandle_table_unittest.cc44 base::trace_event::MemoryAllocatorDump* mad = pmd->GetAllocatorDump(name); in CheckNameAndValue()
/external/libchrome/base/memory/
Dshared_memory_tracker.cc114 pmd->GetAllocatorDump(dump_name); in GetOrCreateSharedMemoryDumpInternal()
Ddiscardable_shared_memory_unittest.cc444 const auto* shm_dump = pmd.GetAllocatorDump( in TEST()