Rework the block allocator
authorSimon Marlow <simonmar@microsoft.com>
Thu, 14 Dec 2006 11:09:01 +0000 (11:09 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 14 Dec 2006 11:09:01 +0000 (11:09 +0000)
The main goal here is to reduce fragmentation, which turns out to be
the case of #743.  While I was here I found some opportunities to
improve performance too.  The code is rather more complex, but it also
contains a long comment describing the strategy, so please take a look
at that for the details.


No differences found