Home | History | Annotate | Download | only in Modules

Lines Matching refs:purify

2  * called Pure Atria Corporation) products as Purify (tm) and Quantify
6 * Currently supported: Quantify 2.x, Purify 3.x
11 * -DWITH_PURIFY compiles in the Purify support, and -DWITH_QUANTIFY
13 * You can also build a Purify'd or Quantify'd interpreter by passing in
14 * the LINKCC variable to make. E.g. if you want to build a Purify'd
17 * make LINKCC='purify gcc'
24 * Major bogosity. The purify.h header file exports purify_exit(), but
27 * instrumented for Purify, but it doesn't seem to, so I don't export
31 * The actual purify.h and quantify.h files which embody the APIs are
43 # include <purify.h>
45 # define PURE_PURIFY_VERSION 3 /* not provided by purify.h */
197 /* Purify functions
199 * N.B. There are some interfaces described in the purify.h file that are
222 * but the purify.h file declares it as:
335 * the Purify manual. The manual says the function takes a single char*,
839 /* see purify.h */