Searched defs:AllocatedByThisAllocator (Results 1 – 7 of 7) sorted by relevance
50 bool AllocatedByThisAllocator([[maybe_unused]] MallocProxyNonObjectAllocator &allocator, in AllocatedByThisAllocator() function in ark::mem::MallocProxyAllocatorTest
49 …bool AllocatedByThisAllocator([[maybe_unused]] StackLikeAllocator<> &allocator, [[maybe_unused]] v… in AllocatedByThisAllocator() function in ark::mem::StackLikeAllocatorTest
218 …bool AllocatedByThisAllocator([[maybe_unused]] FrameAllocator<> &allocator, [[maybe_unused]] void … in AllocatedByThisAllocator() function in ark::mem::FrameAllocatorTest
88 bool AllocatedByThisAllocator(NonObjectHumongousObjAllocator &allocator, void *mem) override in AllocatedByThisAllocator() function in ark::mem::HumongousObjAllocatorTest
90 bool AllocatedByThisAllocator(NonObjectFreeListAllocator &allocator, void *mem) override in AllocatedByThisAllocator() function in ark::mem::FreeListAllocatorTest
82 bool AllocatedByThisAllocator(NonObjectAllocator &allocator, void *mem) override in AllocatedByThisAllocator() function in ark::mem::RunSlotsAllocatorTest
81 …bool AllocatedByThisAllocator([[maybe_unused]] ObjectAllocator &allocator, [[maybe_unused]] void *… in AllocatedByThisAllocator() function in ark::mem::test::RegionAllocatorTestBase