Searched refs:malloc_watch (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c85 * The variable malloc_watch determines if the warrants are generated.
90 * and the warrant record (if malloc_watch is non-zero).
144 * | Warrant | ---> Optional (malloc_watch!=0)
155 static int malloc_watch = 1; variable
180 #define warrant_space ( malloc_watch?sizeof(Warrant_Record):0 )
218 /* This struct is allocated after the tail clobber word if malloc_watch */
230 #define MFILE(mptr) (malloc_watch?warrant_name_(mptr):"?")
231 #define MLINE(mptr) (malloc_watch?warrant_line_(mptr):0)
232 #define MID(mptr) (malloc_watch?warrant_id_(mptr):0)
324 if (!malloc_watch) {
[all...]

Completed in 102 milliseconds