Searched defs:AllocTest (Results 1 – 2 of 2) sorted by relevance
28 TEST(AllocTest, MallocAligned) { in TEST() argument
59 class AllocTest : public ::testing::TestWithParam<AllocShape> {}; class61 TEST_P(AllocTest, Works) { in TEST_P() argument