The Memory in use search complete message indicates that Purify has finished searching the program for heap memory to which there are still pointers.
Purify generates a list of memory blocks in use when you do any one of the following:
§ Exit the program and Memory in use is selected in the Errors and Leaks tab in the Default Settings dialog box or Settings for exename dialog box
§ Call one of the Purify API functions: PurifyNewInuse or PurifyAllInuse
§ Specify /InUseAtExit=yes at the command line
(C) Copyright IBM Corporation 1992, 2010.