Lines Matching refs:AllocatorTest
26 class AllocatorTest : public testing::Test { class
28 AllocatorTest() : heap(), disable_malloc_() {} in AllocatorTest() function in android::AllocatorTest
41 TEST_F(AllocatorTest, simple) { in TEST_F() argument
48 TEST_F(AllocatorTest, multiple) { in TEST_F() argument
62 TEST_F(AllocatorTest, many) { in TEST_F() argument
87 TEST_F(AllocatorTest, large) { in TEST_F() argument
95 TEST_F(AllocatorTest, many_large) { in TEST_F() argument
112 TEST_F(AllocatorTest, copy) { in TEST_F() argument
135 TEST_F(AllocatorTest, stl_vector) { in TEST_F() argument
146 TEST_F(AllocatorTest, stl_list) { in TEST_F() argument
158 TEST_F(AllocatorTest, shared) { in TEST_F() argument
168 TEST_F(AllocatorTest, unique) { in TEST_F() argument