<<
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