Home
last modified time | relevance | path

Searched defs:DEFAULT_REGION_SIZE (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dmem.h64 static constexpr size_t DEFAULT_REGION_SIZE = 1U << REGION_SIZE_LOG2; member
H A Dlinear_space.cpp183 freeRegions_.emplace_back(ToVoidPtr(mem), DEFAULT_REGION_SIZE); in EdenSpace() local
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dregion_space.h52 static constexpr size_t DEFAULT_REGION_SIZE = DEFAULT_REGION_ALIGNMENT; member

Completed in 3 milliseconds