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