[Overview][Constants][Types][Procedures and functions][Index] |
The FillExtraInfoProc is a procedural type used in the SetHeapExtraInfo call.
Source position: heaptrc.pp line 42
type tFillExtraInfoProc = procedure( |
p: pointer |
); |
The TFillExtraInfoProc is a procedural type used in the SetHeapExtraInfo call to fill a memory location with extra data for displaying.
|
Store extra information in blocks. |
|
|
The TDisplayExtraInfoProc is a procedural type used in the SetHeapExtraInfo call. |