• Jeffrey Lee's avatar
    Fix shrinkables check in AreaGrow · 86fe0712
    Jeffrey Lee authored
    TryToShrinkShrinkables_Bytes expected both R1 and R2 to be byte counts,
    but AreaGrow was calling with R1 as a byte count and R2 as a page count.
    This would have caused it to request the first-found shrinkable to
    shrink more than necessary, and also confuse the rest of AreaGrow when
    the page-based R2 result of TryToShrinkShrinkables gets converted to a
    byte count (when AreaGrow wants it as a page count)
    86fe0712
ChangeDyn 265 KB