Home
last modified time | relevance | path

Searched defs:REGION_SIZE (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.h41 static constexpr size_t REGION_SIZE = mem::G1_REGION_SIZE; variable
/arkcompiler/runtime_core/runtime/tests/
Dheap_space_test.cpp218 static constexpr size_t REGION_SIZE = 1_MB; in TEST_F() local
/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator.h148 static constexpr size_t REGION_SIZE = DEFAULT_REGION_SIZE; variable