On Fri, Oct 1, 2010 at 8:13 PM, Dave Hylands <dhylands@xxxxxxxxx> wrote:
Hi Bond,
There are many different algorithms, and you wanted to know how
indexes would work for tracking 1 byte allocations.
For my learning if you can provide some more that would be nice.
Not only I want to track 1 byte but also if more than one byte is free some where
that also I want to track.
You can spend a lifetime writing and analyzing different heap algorithms.
Ok