Home
last modified time | relevance | path

Searched defs:DEFAULT_REGION_SIZE (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem.h65 static constexpr size_t DEFAULT_REGION_SIZE = 1U << REGION_SIZE_LOG2; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.h50 static constexpr size_t DEFAULT_REGION_SIZE = DEFAULT_REGION_ALIGNMENT; variable