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

TMemHeader

Declaration

Source position: exec.pas line 498

type TMemHeader = record

  mh_Node: TNode;

  

  mh_Attributes: Word;

  

characteristics of this region (MEMF_*)

  mh_First: PMemChunk;

  

first free region

  mh_Lower: APTR;

  

lower memory bound

  mh_Upper: APTR;

  

upper memory bound + 1

  mh_Free: IPTR;

  

total number of free bytes

end;

See also

Allocate

  

Allocate a block of memory

Deallocate

  

Free a block of memory


Documentation generated on: 2017-01-10