Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.cpp47 IncreaseNativeMemoryUsage(capacity); in AllocateArea()
110 IncreaseNativeMemoryUsage(MallocUsableSize(ptr)); in AllocateBuffer()
Dnative_area_allocator.h89 void IncreaseNativeMemoryUsage(size_t bytes) in IncreaseNativeMemoryUsage() function
187 IncreaseNativeMemoryUsage(size); in Allocate()
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp55 allocator->IncreaseNativeMemoryUsage(MallocUsableSize(np->GetExternalPointer())); in Attach()