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

TMemList

List of all available Memory

Declaration

Source position: exec.pas line 306

type TMemList = packed record

  ml_Node: TNode;

  

  ml_NumEntries: Word;

  

Number of entries in this struct

  ml_ME: array [0..0] of TMemEntry;

  

The first entry

end;

Description

Note: SizeOf(TMemList) includes the size of the first MemEntry!

See also

AllocEntry

  

Allocate many regions of memory

FreeEntry

  

Free many blocks of memory at once


Documentation generated on: 2021-07-30