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 D | js_heap_stats_dumper.cpp | 47 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 D | jsi.h | 59 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 D | js_page_state_machine.cpp | 338 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 D | jsi.cpp | 807 heapStatus.allocBytes = stats.allocated_bytes; in GetJSHeapStatus()
|
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/ |
H A D | jsi_interface_tdd_test.cpp | 138 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