Searched defs:AddMemoryPoolToAllocatorProtected (Results 1 – 7 of 7) sorted by relevance
49 …void AddMemoryPoolToAllocatorProtected([[maybe_unused]] MallocProxyNonObjectAllocator &allocator) … in AddMemoryPoolToAllocatorProtected() function in ark::mem::MallocProxyAllocatorTest
48 …void AddMemoryPoolToAllocatorProtected([[maybe_unused]] StackLikeAllocator<> &allocator) override … in AddMemoryPoolToAllocatorProtected() function in ark::mem::StackLikeAllocatorTest
217 void AddMemoryPoolToAllocatorProtected([[maybe_unused]] FrameAllocator<> &allocator) override {} in AddMemoryPoolToAllocatorProtected() function in ark::mem::FrameAllocatorTest
82 void AddMemoryPoolToAllocatorProtected(NonObjectHumongousObjAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in ark::mem::HumongousObjAllocatorTest
84 void AddMemoryPoolToAllocatorProtected(NonObjectFreeListAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in ark::mem::FreeListAllocatorTest
64 void AddMemoryPoolToAllocatorProtected(NonObjectAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in ark::mem::RunSlotsAllocatorTest
79 void AddMemoryPoolToAllocatorProtected([[maybe_unused]] ObjectAllocator &allocator) final {} in AddMemoryPoolToAllocatorProtected() function in ark::mem::test::RegionAllocatorTestBase