Description
Reports all memory in use.
Syntax
int PurifyAllInuse(void)
Returns
n |
Where n is the number of bytes in use. |
0 |
Purify didn't detect any bytes in use, or Purify is not running. |
Notes
§ When you call this function, Purify generates Memory In Use (MIU) messages in the Error View.
§ This function is used in the same way as PurifyAllLeaks; see the example for that function.
§ 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 PurifyAllInUse interactively from the Purify View menu while your program is running.
(C) Copyright IBM Corporation 1992, 2010.