Source position: exec.pas line 562
type tMemChunk = record
mc_Next: pMemChunk;
pointer to next chunk
mc_Bytes: LongWord;
chunk byte size
end;
TMemHeader