Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tMemChunk

Declaration

Source position: exec.pas line 562

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