Searched defs:RegionAllocatorTest (Results 1 – 2 of 2) sorted by relevance
100 class RegionAllocatorTest : public RegionAllocatorTestBase<NonObjectRegionAllocator> { class188 TEST_F(RegionAllocatorTest, AllocateTooMuchRegularObject) in TEST_F() argument200 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomRegularObject) in TEST_F() argument217 TEST_F(RegionAllocatorTest, AllocateTooMuchLargeObject) in TEST_F() argument232 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomLargeObject) in TEST_F() argument253 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomRegularAndLargeObjectTest) in TEST_F() argument276 TEST_F(RegionAllocatorTest, AllocatedByRegionAllocatorTest) in TEST_F() argument284 TEST_F(RegionAllocatorTest, OneAlignmentAllocTest) in TEST_F() argument293 TEST_F(RegionAllocatorTest, AllocateFreeDifferentSizesTest) in TEST_F() argument304 TEST_F(RegionAllocatorTest, RegionTLABAllocTest) in TEST_F() argument[all …]
32 class RegionAllocatorTest; variable