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

TMemList

List of all available Memory

Declaration

Source position: exec.pas line 521

type TMemList = 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

NewAllocEntry


Documentation generated on: 2017-01-10