Searched refs:current_space_size (Results 1 – 2 of 2) sorted by relevance
315 size_t current_space_size = mspace_footprint(mspace_); in SetFootprintLimit() local316 if (new_size < current_space_size) { in SetFootprintLimit()318 new_size = current_space_size; in SetFootprintLimit()
350 size_t current_space_size = rosalloc_->Footprint(); in SetFootprintLimit() local351 if (new_size < current_space_size) { in SetFootprintLimit()353 new_size = current_space_size; in SetFootprintLimit()