Lines Matching refs:bpAllocator_
84 bpAllocator_.Reset(region->GetBegin(), region->GetEnd());
101 bpAllocator_.Reset(begin, end);
107 auto ret = bpAllocator_.Allocate(size);
132 if (remainSize <= bpAllocator_.Available()) {
137 bpAllocator_.Reset(begin, end);
138 auto ret = bpAllocator_.Allocate(size);
146 auto begin = bpAllocator_.GetTop();
147 auto size = bpAllocator_.Available();
148 bpAllocator_.Reset();
158 size_t size = bpAllocator_.Available();
160 FreeObject::FillFreeObject(heap_, bpAllocator_.GetTop(), size);
167 bpAllocator_.Reset(begin, end, top);
173 bpAllocator_.ResetTopPointer(top);
208 bpAllocator_.Reset();
253 return freeList_->GetFreeObjectSize() + bpAllocator_.Available();