Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_sys_module/dfx/
H A Dnative_module_dfx.cpp166 static napi_value GetHeapUsedSize(napi_env env, napi_callback_info info) in GetHeapUsedSize() function
169 auto value = static_cast<uint32_t>(engine->GetHeapUsedSize()); in GetHeapUsedSize()
187 DECLARE_NAPI_FUNCTION("getHeapUsedSize", GetHeapUsedSize), in DfxInit()

Completed in 2 milliseconds