Searched refs:sortByGridTrackGrowthPotential (Results 1 – 1 of 1) sorted by relevance
604 static bool sortByGridTrackGrowthPotential(const GridTrack* track1, const GridTrack* track2) in sortByGridTrackGrowthPotential() function611 std::sort(tracks.begin(), tracks.end(), sortByGridTrackGrowthPotential); in distributeSpaceToTracks()