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

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