Home
last modified time | relevance | path

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

/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()
/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()
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/include/
H A Dcj_interface.h40 size_t heapSize; member
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dmain.cpp49 jsDebuggerConfig.heapSize = defaultHeapSize * bytes; in SetJSDebuggerConfig()
/foundation/ability/ability_runtime/cj_environment/frameworks/cj_environment/src/
H A Dcj_environment.cpp321 .heapSize = 256 * 1024, in StartRuntime()

Completed in 2 milliseconds