Home
last modified time | relevance | path

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

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