Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_param_configuration.h51 if (maxHeapSize_ < MEDIUM_MEMORY) { // 64_MB ~ 128_MB in Initialize()
178 static constexpr size_t MEDIUM_MEMORY = 128_MB; variable