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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h72 void debug_malloc_verify(const char*, int);
74 #define malloc_verify() debug_malloc_verify(__FILE__, __LINE__)
H A Ddebug_malloc.c703 debug_malloc_verify(const char *file, int line) function
740 debug_malloc_verify(file, line);
756 debug_malloc_verify(const char *file, int line) function

Completed in 42 milliseconds