Searched refs:TestAllocationFailureAllocator (Results 1 – 1 of 1) sorted by relevance
53 class TestAllocationFailureAllocator : public ArenaAllocator { class55 explicit TestAllocationFailureAllocator(SpaceType space_type) : ArenaAllocator(space_type) {} in TestAllocationFailureAllocator() function in panda::compiler::TestAllocationFailureAllocator56 ~TestAllocationFailureAllocator() {} in ~TestAllocationFailureAllocator()1042 TestAllocationFailureAllocator test_allocator {SpaceType::SPACE_TYPE_COMPILER};