Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

TMemChunk

Declaration

Source position: exec.pas line 488

type TMemChunk = record

  mc_Next: PMemChunk;

  

pointer to next chunk

  mc_Bytes: LongWord;

  

chunk byte size

end;

See also

TMemHeader

  


Documentation generated on: 2021-07-30