Home
last modified time | relevance | path

Searched defs:AllocatedByThisAllocator (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmalloc-proxy-allocator-test.cpp50 bool AllocatedByThisAllocator([[maybe_unused]] MallocProxyNonObjectAllocator &allocator, in AllocatedByThisAllocator() function in ark::mem::MallocProxyAllocatorTest
Dstack_like_allocator_test.cpp49 …bool AllocatedByThisAllocator([[maybe_unused]] StackLikeAllocator<> &allocator, [[maybe_unused]] v… in AllocatedByThisAllocator() function in ark::mem::StackLikeAllocatorTest
Dframe_allocator_test.cpp218 …bool AllocatedByThisAllocator([[maybe_unused]] FrameAllocator<> &allocator, [[maybe_unused]] void … in AllocatedByThisAllocator() function in ark::mem::FrameAllocatorTest
Dhumongous_obj_allocator_test.cpp88 bool AllocatedByThisAllocator(NonObjectHumongousObjAllocator &allocator, void *mem) override in AllocatedByThisAllocator() function in ark::mem::HumongousObjAllocatorTest
Dfreelist_allocator_test.cpp90 bool AllocatedByThisAllocator(NonObjectFreeListAllocator &allocator, void *mem) override in AllocatedByThisAllocator() function in ark::mem::FreeListAllocatorTest
Drunslots_allocator_test.cpp82 bool AllocatedByThisAllocator(NonObjectAllocator &allocator, void *mem) override in AllocatedByThisAllocator() function in ark::mem::RunSlotsAllocatorTest
Dregion_allocator_test.cpp81 …bool AllocatedByThisAllocator([[maybe_unused]] ObjectAllocator &allocator, [[maybe_unused]] void *… in AllocatedByThisAllocator() function in ark::mem::test::RegionAllocatorTestBase