Home
last modified time | relevance | path

Searched defs:YOUNG (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dalloc_buffer.h28 YOUNG = 0, // for young space enumerator
/arkcompiler/runtime_core/static_core/runtime/include/
Dgc_task.h50 enum class GCCollectionType : uint8_t { NONE = 0, YOUNG, MIXED, TENURED, FULL }; enumerator
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_fullgc_test.cpp47 enum class TargetSpace { YOUNG, TENURED, LARGE, HUMONG }; enumerator
Dmem_stats_gen_gc_test.cpp42 YOUNG, enumerator