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

TMemEntry

Declaration

Source position: exec.pas line 295

type TMemEntry = packed record

  me_Un: packed record

  

    case Byte of

      0: (

          meu_Reqs: LongWord;

  

        );

      1: (

          meu_Addr: Pointer;

  

        );

  end;

  me_Length: LongWord;

  

end;

See also

TMemList

  

List of all available Memory


Documentation generated on: 2021-07-30