Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp457 TLAB *ObjectAllocatorNoGen<MT_MODE>::CreateNewTLAB([[maybe_unused]] size_t tlabSize) in CreateNewTLAB()
609 TLAB *ObjectAllocatorGen<MT_MODE>::CreateNewTLAB(size_t tlabSize) in CreateNewTLAB()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp91 TLAB *ObjectAllocatorG1<MT_MODE>::CreateNewTLAB([[maybe_unused]] size_t tlabSize) in CreateNewTLAB()