Home
last modified time | relevance | path

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

/developtools/profiler/hidebug/interfaces/js/kits/napi/
H A Dnapi_hidebug.cpp709 napi_value appMemoryLimit; in GetAppMemoryLimit() local
710 napi_create_object(env, &appMemoryLimit); in GetAppMemoryLimit()
722 napi_set_named_property(env, appMemoryLimit, "rssLimit", rssLimit); in GetAppMemoryLimit()
726 napi_set_named_property(env, appMemoryLimit, "vssLimit", vssLimit); in GetAppMemoryLimit()
736 napi_set_named_property(env, appMemoryLimit, "vmHeapLimit", vmHeapLimit); in GetAppMemoryLimit()
742 napi_set_named_property(env, appMemoryLimit, "vmTotalHeapSize", vmTotalHeapSize); in GetAppMemoryLimit()
744 return appMemoryLimit; in GetAppMemoryLimit()

Completed in 3 milliseconds