Searched refs:AddMemoryPoolToAllocatorProtected (Results 1 – 8 of 8) sorted by relevance
49 …void AddMemoryPoolToAllocatorProtected([[maybe_unused]] MallocProxyNonObjectAllocator &allocator) … in AddMemoryPoolToAllocatorProtected() function in ark::mem::MallocProxyAllocatorTest
64 void AddMemoryPoolToAllocatorProtected(NonObjectAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in ark::mem::RunSlotsAllocatorTest232 AddMemoryPoolToAllocatorProtected(allocator); in TEST_F()312 AddMemoryPoolToAllocatorProtected(allocator); in TEST_F()
48 …void AddMemoryPoolToAllocatorProtected([[maybe_unused]] StackLikeAllocator<> &allocator) override … in AddMemoryPoolToAllocatorProtected() function in ark::mem::StackLikeAllocatorTest
77 virtual void AddMemoryPoolToAllocatorProtected([[maybe_unused]] Allocator &allocator) = 0;459 AddMemoryPoolToAllocatorProtected(allocator); in AllocateTooMuchTest()488 AddMemoryPoolToAllocatorProtected(allocator);727 AddMemoryPoolToAllocatorProtected(allocator);775 AddMemoryPoolToAllocatorProtected(allocator); in AllocatedByThisAllocatorTest()
82 void AddMemoryPoolToAllocatorProtected(NonObjectHumongousObjAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in ark::mem::HumongousObjAllocatorTest
217 void AddMemoryPoolToAllocatorProtected([[maybe_unused]] FrameAllocator<> &allocator) override {} in AddMemoryPoolToAllocatorProtected() function in ark::mem::FrameAllocatorTest
84 void AddMemoryPoolToAllocatorProtected(NonObjectFreeListAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in ark::mem::FreeListAllocatorTest
79 void AddMemoryPoolToAllocatorProtected([[maybe_unused]] ObjectAllocator &allocator) final {} in AddMemoryPoolToAllocatorProtected() function in ark::mem::test::RegionAllocatorTestBase