Home
last modified time | relevance | path

Searched refs:useMallocForInternalAllocation (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp91 static mem::InternalAllocatorPtr Create(bool useMallocForInternalAllocation) in Create() argument
98 if (useMallocForInternalAllocation) { in Create()