Searched refs:debug_calloc (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/demo/jvmti/hprof/ |
H A D | debug_malloc.h | 66 void *debug_calloc(size_t, size_t, const char *, int);
|
H A D | debug_malloc.c | 75 * 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