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

TMemHeader

Declaration

Source position: exec.pas line 496

type TMemHeader = record

  mh_Node: TNode;

  

  mh_Attributes: Word;

  

characteristics of this region (MEMF_*)

  mh_First: PMemChunk;

  

first free region

  mh_Lower: Pointer;

  

lower memory bound

  mh_Upper: Pointer;

  

upper memory bound + 1

  mh_Free: LongWord;

  

total number of free bytes

end;

See also

Allocate

  

Allocate a block of memory

Deallocate

  

Free a block of memory


Documentation generated on: 2021-07-30