Searched refs:debug_free (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/demo/jvmti/hprof/ |
H A D | debug_malloc.h | 68 void debug_free(void *, const char *, int);
|
H A D | debug_malloc.c | 76 * 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 D | hprof_util.c | 150 (void)debug_free(ptr, file, line);
|
Completed in 182 milliseconds