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

TMemHandlerData

Memory Handler

Declaration

Source position: exec.pas line 560

type TMemHandlerData = record

  memh_RequestSize: IPTR;

  

Requested allocation size

  memh_RequestFlags: ULONG;

  

Requested allocation flags

  memh_Flags: ULONG;

  

Flags = MEMHF_RECYCLE

end;

Description

This structure is READ ONLY and only EXEC can create it!


Documentation generated on: 2017-01-10