• Keith M. Wesolowski's avatar
    [SPARC32]: Reduce fragmentation in the bitmap allocator · c3247afe
    Keith M. Wesolowski authored
    The existing allocator is first-fit with wraparound.  This allows
    a large number of small holes to accumulate in the early part of the
    region, leading to heavy fragmentation.  This adjusts the algorithm
    to rescan the region when smaller sizes are requested, reducing
    early fragmentation.
    c3247afe
bitext.c 2.78 KB