Steve Fryatt wrote:
<OS_Heap>
> Which API has been changed? The internal heap structure has been changed,
> but that was never an API: IIRC, it was documented in the PRMs as "this
> might be interesting, but don't rely on it".
Looking back, you are, of course, quite right.
The bit about allocations always being in blocks of 8 bytes is over the
page and several paragraphs after the preamble. It was easy to read that
information quite independently of any warning, and I must have absorbed
it a very long time ago.
As far as programming goes, assuming the 8 byte block size saved an
instruction or two, but clearly that was not worth it.
Steve