Home
last modified time | relevance | path

Searched defs:GetInternalAllocator (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Druntime.h349 mem::InternalAllocatorPtr GetInternalAllocator() const in GetInternalAllocator() function
/arkcompiler/runtime_core/runtime/mem/
Dregion_space.cpp35 InternalAllocatorPtr Region::GetInternalAllocator() in GetInternalAllocator() function in panda::mem::Region
Dheap_manager.cpp281 InternalAllocatorPtr HeapManager::GetInternalAllocator() in GetInternalAllocator() function in panda::mem::HeapManager
Dregion_space.h541 InternalAllocatorPtr GetInternalAllocator() in GetInternalAllocator() function
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.h275 InternalAllocatorPtr GetInternalAllocator() const in GetInternalAllocator() function
/arkcompiler/runtime_core/runtime/
Dthread.cpp39 static mem::InternalAllocatorPtr GetInternalAllocator(Thread *thread) in GetInternalAllocator() function