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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
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);

Completed in 38 milliseconds