Searched refs:heapSize (Results 1 – 11 of 11) sorted by relevance
99 uint32_t heapSize = debuggerConfig_.heapSize; in SetupJSContext() local100 if (heapSize == 0) { in SetupJSContext()103 heapSize = DEFAULT_HEAP_SIZE; in SetupJSContext()105 engineContext_ = jerry_create_context(heapSize, AllocEngineContext, nullptr); in SetupJSContext()
42 uint32_t heapSize; // the JS heap size want to setup, count in bytes member49 heapSize(0), in DebuggerConfig()63 heapSize(size), in DebuggerConfig()
40 size_t heapSize; member
36 uint64_t heapSize = 0; member
49 jsDebuggerConfig.heapSize = defaultHeapSize * bytes; in SetJSDebuggerConfig()
139 memInfo.heapSize = 0; in InitMemInfo()
196 MemoryUtil::GetInstance().SetMemTotalValue(to_string(meminfo.heapSize), lines, values); in CalcGroup()1028 meminfo.heapSize += value; in SetHeapSize()
321 .heapSize = 256 * 1024, in StartRuntime()
350 order:6 heapSize=133436600 order:55 heapSize=0
72 | heapSize | 768 MB | Size of the heap space of the work type.|