Memory Handler
Source position: exec.pas line 631
type tMemHandlerData = record |
||
memh_RequestSize: LongWord; |
|
Requested allocation size |
memh_RequestFlags: LongWord; |
|
Requested allocation flags |
memh_Flags: LongWord; |
|
Flags = MEMHF_RECYCLE |
end; |
This structure is READ ONLY and only EXEC can create it!