Re: Fastcode MM Rule



A memory manager must not use the 0-3 bytes in the end of allocation
blocks

I vote against. A trivial usage for these bytes could be to detect buffer overruns (write special values, and check at block release that they weren't altered), and there could be a whole variety of other usages.

Eric
.