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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h67 char *debug_strdup(const char *, const char *, int);
H A Ddebug_malloc.c679 debug_strdup(const char *s1, const char *file, int line) function
687 memory_error((void *) NULL, "debug_strdup", mid, file, line, file, line);
691 memory_error((void *) NULL, "debug_strdup", mid, file, line, file, line);
695 memory_error((void *) NULL, "debug_strdup", mid, file, line, file, line);

Completed in 39 milliseconds