Lines Matching full:rosalloc_
50 rosalloc_(rosalloc), low_memory_mode_(low_memory_mode) {
85 delete rosalloc_;
153 rosalloc_->SetFootprintLimit(max_allowed);
157 size_t footprint = rosalloc_->Footprint();
158 rosalloc_->SetFootprintLimit(footprint);
183 return rosalloc_->Free(self, ptr);
213 size_t size = rosalloc_->UsableSize(ptrs[i]);
220 const size_t bytes_freed = rosalloc_->BulkFree(self, reinterpret_cast<void**>(ptrs), num_ptrs);
241 rosalloc_->Trim();
244 if (!rosalloc_->DoesReleaseAllPages()) {
245 return rosalloc_->ReleasePages();
257 return rosalloc_->Footprint();
262 return rosalloc_->FootprintLimit();
270 size_t current_space_size = rosalloc_->Footprint();
275 rosalloc_->SetFootprintLimit(new_size);
300 rosalloc_->InspectAll(callback, arg);
315 rosalloc_->InspectAll(callback, arg);
334 rosalloc_->RevokeThreadLocalRuns(thread);
338 rosalloc_->RevokeAllThreadLocalRuns();
343 rosalloc_->AssertAllThreadLocalRunsAreRevoked();
353 delete rosalloc_;
354 rosalloc_ = CreateRosAlloc(mem_map_->Begin(), starting_size_, initial_size_, Capacity(),