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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h68 void debug_free(void *, const char *, int);
H A Ddebug_malloc.c76 * void debug_free(void *, void*, int);
152 * Flag that tells debug_malloc/debug_free/debug_realloc to police
582 debug_free(void *uptr, const char *file, int line) function
587 memory_error((void *) NULL, "debug_free", mid, file, line, file, line);
H A Dhprof_util.c150 (void)debug_free(ptr, file, line);

Completed in 182 milliseconds