[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

TMemChunk

Declaration

Source position: exec.pas line 491

type TMemChunk = record

  mc_Next: PMemChunk;

  

pointer to next chunk

  mc_Bytes: IPTR;

  

chunk byte size

end;

See also

TMemHeader

  


Documentation generated on: 2017-01-10