Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_debugger_config.cpp99 uint32_t heapSize = debuggerConfig_.heapSize; in SetupJSContext() local
100 if (heapSize == 0) { in SetupJSContext()
103 heapSize = DEFAULT_HEAP_SIZE; in SetupJSContext()
105 engineContext_ = jerry_create_context(heapSize, AllocEngineContext, nullptr); in SetupJSContext()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/include/base/
H A Djs_debugger_config.h42 uint32_t heapSize; // the JS heap size want to setup, count in bytes member
49 heapSize(0), in DebuggerConfig()
63 heapSize(size), in DebuggerConfig()
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/include/
H A Dcj_interface.h40 size_t heapSize; member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/executor/memory/parse/
H A Dmeminfo_data.h36 uint64_t heapSize = 0; member
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dmain.cpp49 jsDebuggerConfig.heapSize = defaultHeapSize * bytes; in SetJSDebuggerConfig()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dmemory_util.cpp139 memInfo.heapSize = 0; in InitMemInfo()
H A Dmemory_info.cpp196 MemoryUtil::GetInstance().SetMemTotalValue(to_string(meminfo.heapSize), lines, values); in CalcGroup()
1028 meminfo.heapSize += value; in SetHeapSize()
/ohos5.0/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp321 .heapSize = 256 * 1024, in StartRuntime()
/ohos5.0/docs/zh-cn/application-dev/application-test/
H A Dsmartperf-guidelines.md350 order:6 heapSize=133436
600 order:55 heapSize=0
/ohos5.0/docs/en/application-dev/application-test/
H A Dsmartperf-guidelines.md350 order:6 heapSize=133436
600 order:55 heapSize=0
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dgc-introduction.md72 | heapSize | 768 MB | Size of the heap space of the work type.|