Searched defs:RegionAllocatorTest (Results 1 – 2 of 2) sorted by relevance
94 class RegionAllocatorTest : public RegionAllocatorTestBase<NonObjectRegionAllocator> { class165 TEST_F(RegionAllocatorTest, AllocateTooMuchRegularObject) in TEST_F() argument178 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomRegularObject) in TEST_F() argument195 TEST_F(RegionAllocatorTest, AllocateTooMuchLargeObject) in TEST_F() argument211 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomLargeObject) in TEST_F() argument232 TEST_F(RegionAllocatorTest, AllocateTooMuchRandomRegularAndLargeObjectTest) in TEST_F() argument255 TEST_F(RegionAllocatorTest, AllocatedByRegionAllocatorTest) in TEST_F() argument263 TEST_F(RegionAllocatorTest, OneAlignmentAllocTest) in TEST_F() argument269 TEST_F(RegionAllocatorTest, AllocateFreeDifferentSizesTest) in TEST_F() argument278 TEST_F(RegionAllocatorTest, RegionTLABAllocTest) in TEST_F() argument[all …]
32 class RegionAllocatorTest; variable