Searched refs:current_space_size (Results 1 – 2 of 2) sorted by relevance
269 size_t current_space_size = mspace_footprint(mspace_); in SetFootprintLimit() local270 if (new_size < current_space_size) { in SetFootprintLimit()272 new_size = current_space_size; in SetFootprintLimit()
270 size_t current_space_size = rosalloc_->Footprint(); in SetFootprintLimit() local271 if (new_size < current_space_size) { in SetFootprintLimit()273 new_size = current_space_size; in SetFootprintLimit()