Source position: exec.pas line 571
type tMemHeader = record
mh_Node: tNode;
mh_Attributes: Word;
mh_First: pMemChunk;
mh_Lower: Pointer;
mh_Upper: Pointer;
mh_Free: ULONG;
end;