Home
last modified time | relevance | path

Searched defs:LargeObjectAllocator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h26 …using LargeObjectAllocator = FreeListAllocator<ObjectAllocConfig>; // Allocator used for … variable
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h593 …using LargeObjectAllocator = FreeListAllocator<ObjectAllocConfig>; // Allocator used for large ob… variable
774 using LargeObjectAllocator = variable