Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/
Dnapi_hidebug.cpp429 napi_value nativeHeapAllocatedSize; in GetNativeHeapAllocatedSize() local
430 napi_create_bigint_uint64(env, uint64_t(mi.uordblks), &nativeHeapAllocatedSize); in GetNativeHeapAllocatedSize()
431 return nativeHeapAllocatedSize; in GetNativeHeapAllocatedSize()