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

TMemEntry

Declaration

Source position: exec.pas line 509

type TMemEntry = record

  me_Un: record

  

    case LongInt of

      0: (

          meu_Reqs: ULONG;

        );

      1: (

          meu_Addr: APTR;

        );

  end;

  me_Length: IPTR;

  

end;

See also

TMemList

  

List of all available Memory


Documentation generated on: 2017-01-10