Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc836 bool RegionSpace::AllocNewTlab(Thread* self, size_t min_bytes) { in AllocNewTlab() argument
846 self->SetTlab(r->Begin(), r->Begin() + min_bytes, r->End()); in AllocNewTlab()
Dregion_space.h366 bool AllocNewTlab(Thread* self, size_t min_bytes) REQUIRES(!region_lock_);