Home
last modified time | relevance | path

Searched defs:TLAB (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/cmc-gc-adapter/
Dcmc-allocator-adapter.h24 class TLAB; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Dtlab.cpp26 TLAB::TLAB(void *address, size_t size) in TLAB() function in ark::mem::TLAB
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h27 class TLAB; variable
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h51 class TLAB; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_gen_gc_test.cpp57 enum class TLABConfig : bool { NO_TLAB = false, TLAB }; enumerator