Searched refs:GetAllocatorDump (Results 1 – 4 of 4) sorted by relevance
39 ASSERT_EQ(nullptr, pmd1->GetAllocatorDump("mad1")); in TEST()40 ASSERT_EQ(nullptr, pmd1->GetAllocatorDump("mad2")); in TEST()55 ASSERT_EQ(mad1, pmd1->GetAllocatorDump("mad1")); in TEST()56 ASSERT_EQ(nullptr, pmd1->GetAllocatorDump("mad2")); in TEST()57 ASSERT_EQ(mad3, pmd1->GetAllocatorDump("mad3")); in TEST()
139 pmd.GetAllocatorDump("foobar_allocator"); in TEST()152 pmd.GetAllocatorDump("foobar_allocator/sub_heap"); in TEST()160 pmd.GetAllocatorDump("foobar_allocator/sub_heap/empty"); in TEST()
122 MemoryAllocatorDump* ProcessMemoryDump::GetAllocatorDump( in GetAllocatorDump() function in base::trace_event::ProcessMemoryDump130 MemoryAllocatorDump* mad = GetAllocatorDump(absolute_name); in GetOrCreateAllocatorDump()146 return GetAllocatorDump(GetSharedGlobalAllocatorDumpName(guid)); in GetSharedGlobalAllocatorDump()
89 MemoryAllocatorDump* GetAllocatorDump(const std::string& absolute_name) const;