Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp246 void *ObjectAllocatorG1<MT_MODE>::AllocateTenured([[maybe_unused]] size_t size) in AllocateTenured() function in ark::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h824 void *AllocateTenured(size_t size) final in AllocateTenured() function