Re: memory allocation alignment

ExcesData@aol.com
Mon, 6 Jan 1997 10:36:21 -0500

In a message dated 97-01-05 20:55:53 EST, edwdig@bergen.org (Edward Di
Geronimo Jr.) writes:

<<
Quick question I can't seem to find the answer to. Does the memory manager
align blocks evenly on a segment? I'm trying to use the Mem* functions in
Esp but I don't see any way to get an offset to a block, only a segment.
>>

Yes it does. You can confirm this in SWAT by dereferencing a MemHandle. You
will see that the segment of the pointer is zero.

Xs