Searched refs:DeleteArray (Results 1 – 9 of 9) sorted by relevance
119 allocator_->DeleteArray(arr); in TEST_F()180 allocator_->DeleteArray(p); in TEST_F()228 allocator_->DeleteArray(p); in TEST_F()
46 Runtime::GetCurrent()->GetInternalAllocator()->DeleteArray(buf_); in Expand()
53 Runtime::GetCurrent()->GetInternalAllocator()->DeleteArray(buf_); in ~DynChunk()
44 allocator->DeleteArray(captureResultList_); in Execute()53 allocator->DeleteArray(stack_); in Execute()329 allocator->DeleteArray(stateStack_); in ReAllocStack()
60 allocator->DeleteArray(stack_); in ~RegExpExecutor()61 allocator->DeleteArray(captureResultList_); in ~RegExpExecutor()62 allocator->DeleteArray(stateStack_); in ~RegExpExecutor()
61 mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->DeleteArray(ptr);
153 void DeleteArray(T *data) in DeleteArray() function
90 void DeleteArray(T *data);
83 void InternalAllocator<CONFIG>::DeleteArray(T *data) in DeleteArray() function