[Overview][Constants][Types][Procedures and functions] |
The TDisplayExtraInfoProcis a procedural type used in the SetHeapExtraInfocall.
Source position: heaptrc.pp line 31
type tdisplayextrainfoProc = procedure( |
var ptext: text; |
p: pointer |
); |
The TDisplayExtraInfoTypeis a procedural type used in the SetHeapExtraInfocall to display a memory location which was previously filled with TFillExtraInfoProc
|
Store extra information in blocks. |
|
|
The FillExtraInfoProcis a procedural type used in the SetHeapExtraInfocall. |