Description
Marks memory in use as found.
Syntax
int PurifyClearInuse(void)
Returns
n |
The number of bytes in use since the last call to PurifyClearInuse or PurifyNewInuse. |
0 |
Purify didn't detect any bytes in use, or Purify is not running. |
Notes
§ This function, unlike PurifyNewInuse and PurifyAllInuse, does not generate any messages in the Error View.
§ After Purify marks the memory, it is not counted by subsequent calls to PurifyNewInuse.
§ Calling this function repeatedly in a program that contains a large number of allocated blocks can slow down the instrumented program at run time.
§ You can call PurifyClearInUse interactively from the Purify View menu while your program is running.
(C) Copyright IBM Corporation 1992, 2010.