[Overview][Constants][Types][Procedures and functions][Index] |
Check if a pointer is in the address range of the application
Source position: heaptrc.pp line 53
procedure CheckPointer( |
p: pointer |
); |
CheckPointer checks if the pointer is in the address range of the application, more specifically, if it is in the heap. if not, it prints an error and stops the program with aruntime error 204.