Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc159 const MemoryAllocatorDump* empty_sub_heap = in TEST() local
161 ASSERT_NE(nullptr, empty_sub_heap); in TEST()
162 EXPECT_EQ("foobar_allocator/sub_heap/empty", empty_sub_heap->absolute_name()); in TEST()
163 auto raw_attrs = empty_sub_heap->attributes_for_testing()->ToBaseValue(); in TEST()