Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp336 JSHeapStatus heapStatus; in ForceGC() local
337 if (JSI::GetJSHeapStatus(heapStatus)) { in ForceGC()
339 heapStatus.allocBytes, heapStatus.peakAllocBytes); in ForceGC()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp799 bool JSI::GetJSHeapStatus(JSHeapStatus &heapStatus) in GetJSHeapStatus() argument
806 heapStatus.totalBytes = stats.size; in GetJSHeapStatus()
807 heapStatus.allocBytes = stats.allocated_bytes; in GetJSHeapStatus()
808 heapStatus.peakAllocBytes = stats.peak_allocated_bytes; in GetJSHeapStatus()
/ohos5.0/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h553 static bool GetJSHeapStatus(JSHeapStatus &heapStatus);