Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.h102 size_t GetNativeMemoryUsage() const in GetNativeMemoryUsage() function
Dheap.h613 return GetNativeBindingSize() + nativeAreaAllocator_->GetNativeMemoryUsage(); in GetGlobalNativeSize()
Dgc_stats.cpp136 … << STATS_DATA_FORMAT(sizeToMB(nativeAreaAllocator->GetNativeMemoryUsage())) << "MB\n" in PrintGCMemoryStatistic()