Unit 'Exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#aros]

TMemChunk

Declaration

Source position: exec.pas line 491

type TMemChunk = record

  mc_Next: PMemChunk;

  

pointer to next chunk

  mc_Bytes: NativeUInt;

  

chunk byte size

end;

See also

TMemHeader

  


Documentation generated on: 2021-07-30