Synopsis
void hdb_Break(char *file, int line, char *func)
Purpose
Function called when a heap breakpoint is hit.
Description
This function will be invoked when the request number specfied in hdb_SetBreak is processed by one of the heap management routines. By using hdb_SetBreak and setting a breakpoint in this routine via a debugger, you can see where in the calling code a particular heap function call was made. This function will also display the file, line, and function which was invoked at the given request number.
Input
file
File from which request was invoked
line
Line from which request was invoked
func
Function from which was invoked