Searched defs:AddMemoryPoolToAllocatorProtected (Results 1 – 6 of 6) sorted by relevance
43 …void AddMemoryPoolToAllocatorProtected([[maybe_unused]] MallocProxyNonObjectAllocator &allocator) … in AddMemoryPoolToAllocatorProtected() function in panda::mem::MallocProxyAllocatorTest
208 void AddMemoryPoolToAllocatorProtected([[maybe_unused]] FrameAllocator<> &allocator) override {} in AddMemoryPoolToAllocatorProtected() function in panda::mem::FrameAllocatorTest
78 void AddMemoryPoolToAllocatorProtected(NonObjectHumongousObjAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in panda::mem::HumongousObjAllocatorTest
82 void AddMemoryPoolToAllocatorProtected(NonObjectFreeListAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in panda::mem::FreeListAllocatorTest
60 void AddMemoryPoolToAllocatorProtected(NonObjectAllocator &alloc) override in AddMemoryPoolToAllocatorProtected() function in panda::mem::RunSlotsAllocatorTest
75 void AddMemoryPoolToAllocatorProtected([[maybe_unused]] ObjectAllocator &allocator) final {} in AddMemoryPoolToAllocatorProtected() function in panda::mem::test::RegionAllocatorTestBase