Searched refs:min_bytes (Results 1 – 2 of 2) sorted by relevance
836 bool RegionSpace::AllocNewTlab(Thread* self, size_t min_bytes) { in AllocNewTlab() argument846 self->SetTlab(r->Begin(), r->Begin() + min_bytes, r->End()); in AllocNewTlab()
366 bool AllocNewTlab(Thread* self, size_t min_bytes) REQUIRES(!region_lock_);