Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.cpp64 DecreaseNativeMemoryUsage(size); in FreeArea()
80 DecreaseNativeMemoryUsage(size); in Free()
119 DecreaseNativeMemoryUsage(MallocUsableSize(mem)); in FreeBuffer()
Dnative_area_allocator.h97 void DecreaseNativeMemoryUsage(size_t bytes) in DecreaseNativeMemoryUsage() function
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp75 allocator->DecreaseNativeMemoryUsage(MallocUsableSize(np->GetExternalPointer())); in Detach()