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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h65 void *debug_realloc(void *, size_t, const char *, int);
H A Ddebug_malloc.c74 * void *debug_realloc(void*, size_t, void*, int);
152 * Flag that tells debug_malloc/debug_free/debug_realloc to police
619 debug_realloc(void *uptr, size_t nbytes, const char *file, int line) function
630 memory_error(oldmptr, "debug_realloc", mid, file, line, file, line);
645 memory_error(oldmptr, "debug_realloc", mid, file, line, file, line);

Completed in 86 milliseconds