Searched refs:max_allowed (Results 1 - 2 of 2) sorted by path

/art/runtime/gc/space/
H A Ddlmalloc_space.cc134 size_t max_allowed = Capacity(); local
135 mspace_set_footprint_limit(mspace_, max_allowed);
H A Drosalloc_space.cc152 size_t max_allowed = Capacity(); local
153 rosalloc_->SetFootprintLimit(max_allowed);

Completed in 21 milliseconds