Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dinternal_allocator_test.cpp119 allocator_->DeleteArray(arr); in TEST_F()
180 allocator_->DeleteArray(p); in TEST_F()
228 allocator_->DeleteArray(p); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/
Ddyn_chunk.cpp46 Runtime::GetCurrent()->GetInternalAllocator()->DeleteArray(buf_); in Expand()
Ddyn_chunk.h53 Runtime::GetCurrent()->GetInternalAllocator()->DeleteArray(buf_); in ~DynChunk()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp44 allocator->DeleteArray(captureResultList_); in Execute()
53 allocator->DeleteArray(stack_); in Execute()
329 allocator->DeleteArray(stateStack_); in ReAllocStack()
Dregexp_executor.h60 allocator->DeleteArray(stack_); in ~RegExpExecutor()
61 allocator->DeleteArray(captureResultList_); in ~RegExpExecutor()
62 allocator->DeleteArray(stateStack_); in ~RegExpExecutor()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dpanda_smart_pointers.h61 mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->DeleteArray(ptr);
Dallocator.h153 void DeleteArray(T *data) in DeleteArray() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dinternal_allocator.h90 void DeleteArray(T *data);
Dinternal_allocator-inl.h83 void InternalAllocator<CONFIG>::DeleteArray(T *data) in DeleteArray() function