Searched refs:per_space_footprint (Results 1 – 1 of 1) sorted by relevance
506 size_t per_space_footprint = new_footprint / 2; in SetFootprintLimit() local507 DCHECK(IsAlignedParam(per_space_footprint, kPageSize)); in SetFootprintLimit()508 DCHECK_EQ(per_space_footprint * 2, new_footprint); in SetFootprintLimit()509 mspace_set_footprint_limit(data_mspace_, per_space_footprint); in SetFootprintLimit()512 mspace_set_footprint_limit(code_mspace_, per_space_footprint); in SetFootprintLimit()