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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h66 void *debug_calloc(size_t, size_t, const char *, int);
H A Ddebug_malloc.c75 * void *debug_calloc(size_t, size_t, void*, int);
659 debug_calloc(size_t nelem, size_t elsize, const char *file, int line) function
668 memory_error((void *) NULL, "debug_calloc", mid, file, line, file, line);
672 memory_error((void *) NULL, "debug_calloc", mid, file, line, file, line);

Completed in 312 milliseconds