[Overview][Constants][Types][Procedures and functions] |
The FillExtraInfoProcis a procedural type used in the SetHeapExtraInfocall.
Source position: heaptrc.pp line 30
type tFillExtraInfoProc = procedure( |
p: pointer |
); |
The TFillExtraInfoProcis a procedural type used in the SetHeapExtraInfocall to fill a memory location with extra data for displaying.
|
Store extra information in blocks. |
|
|
The TDisplayExtraInfoProcis a procedural type used in the SetHeapExtraInfocall. |