Home
last modified time | relevance | path

Searched refs:GetEndAddr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dtlab.h239 void *GetEndAddr() const in GetEndAddr() function
Dregion_space.cpp57 …last_tlab_end_byte = tlab_vector_->empty() ? Top() : ToUintPtr(tlab_vector_->back()->GetEndAddr()); in GetRemainingSizeForTLABs()