Lines Matching refs:heap
52 virtual void TearDown() { ASSERT_TRUE(heap.empty()); } in TearDown()
100 Heap heap; member in android::ThreadListTest
104 auto tids = TidList{heap}; in WaitForThreads()
105 ThreadCapture thread_capture{getpid(), heap}; in WaitForThreads()
129 ThreadCapture thread_capture(getpid(), heap); in TEST_F()
131 auto expected_tids = allocator::vector<pid_t>(1, getpid(), heap); in TEST_F()
132 auto list_tids = allocator::vector<pid_t>(heap); in TEST_F()
150 auto list_tids = allocator::vector<pid_t>(heap); in TEST_P()
155 ThreadCapture thread_capture(getpid(), heap); in TEST_P()
228 ThreadCapture thread_capture(child, heap); in TEST_P()
229 auto list_tids = allocator::vector<pid_t>(heap); in TEST_P()
236 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_P()
263 ThreadCapture thread_capture(ret, heap); in TEST_F()
268 auto list_tids = allocator::vector<pid_t>(heap); in TEST_F()
322 ThreadCapture thread_capture(child, heap); in TEST_F()
327 auto list_tids = allocator::vector<pid_t>(heap); in TEST_F()
334 auto thread_info = allocator::vector<ThreadInfo>(heap); in TEST_F()