Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp648 uint64_t totalHeapValue = engine->GetHeapTotalSize(); in GetAppVMMemoryInfo() local
649 totalHeapValue = totalHeapValue >> BYTE_2_KB_SHIFT_BITS; in GetAppVMMemoryInfo()
650 napi_create_bigint_uint64(env, totalHeapValue, &totalHeap); in GetAppVMMemoryInfo()

Completed in 3 milliseconds