Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dbump_allocator_test.cpp119 constexpr size_t TLAB_SIZE = SIZE_1M; in TEST_F() local
226 constexpr size_t TLAB_SIZE = SIZE_1M; in TEST_F() local
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.h31 static constexpr size_t TLAB_SIZE = 4_KB; // TLAB size for young gen variable