Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dpanda_tl_containers_test.cpp61 ASSERT(!Runtime::GetCurrent()->GetOptions().UseMallocForInternalAllocations()); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h151 bool UseMallocForInternalAllocations() const in UseMallocForInternalAllocations() function
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp337 RuntimeInternalAllocator::Create(options.UseMallocForInternalAllocations()); in Create()
616 (!options_.UseMallocForInternalAllocations()); in IsEnableMemoryHooks()
Dthread.cpp233 … allocator->New<mem::StackFrameAllocator>(Runtime::GetOptions().UseMallocForInternalAllocations()); in ManagedThread()