Lines Matching refs:heap
28 AllocatorTest() : heap(), disable_malloc_() {} in AllocatorTest()
32 ASSERT_TRUE(heap.empty()); in TearDown()
35 Heap heap; member in android::AllocatorTest
42 Allocator<char[100]> allocator(heap); in TEST_F()
49 Allocator<char[100]> allocator(heap); in TEST_F()
65 Allocator<char[size]> allocator(heap); in TEST_F()
89 Allocator<char[size]> allocator(heap); in TEST_F()
98 Allocator<char[size]> allocator(heap); in TEST_F()
113 Allocator<char[100]> a(heap); in TEST_F()
117 Allocator<char[100]> e(heap); in TEST_F()
136 auto v = allocator::vector<int>(Allocator<int>(heap)); in TEST_F()
147 auto v = allocator::list<int>(Allocator<int>(heap)); in TEST_F()
159 Allocator<int> allocator(heap); in TEST_F()
169 Allocator<int> allocator(heap); in TEST_F()