Home
last modified time | relevance | path

Searched refs:allocBytes (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/utils/
H A Djs_heap_stats_dumper.cpp47 return stats.allocBytes != stats_.allocBytes || stats.peakAllocBytes != stats_.peakAllocBytes; in HasChanged()
59 stats_.allocBytes = stats.allocBytes; in UpdateStats()
68 stats.allocBytes, stats.peakAllocBytes, stats.totalBytes); in LogStats()
74 if (sprintf_s(buffer, sizeof(buffer), "%d/%d ", stats.allocBytes, stats.peakAllocBytes) < 0) { in SaveStats()
/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h59 size_t allocBytes; // currently allocated bytes member
66 JSHeapStatus() : totalBytes(0), allocBytes(0), peakAllocBytes(0) {} in JSHeapStatus()
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/
H A Djs_page_state_machine.cpp338 HILOG_DEBUG(HILOG_MODULE_ACE, "JS Heap allocBytes[%{public}d], peakAllocBytes[%{public}d]", in ForceGC()
339 heapStatus.allocBytes, heapStatus.peakAllocBytes); in ForceGC()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp807 heapStatus.allocBytes = stats.allocated_bytes; in GetJSHeapStatus()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp138 printf("JSIInterfaceTest003 JSHeapStatus:totalBytes=%d allocBytes=%d peakAllocBytes=%d\n", status.totalBytes, in JSIInterfaceTest003()
139 status.allocBytes, status.peakAllocBytes); in JSIInterfaceTest003()

Completed in 7 milliseconds