Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_param_configuration.h65 } else if (maxHeapSize_ < HIGH_MEMORY) { // 128_MB ~ 256_MB in Initialize()
179 static constexpr size_t HIGH_MEMORY = 256_MB; variable