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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h76 void debug_malloc_police(const char*, int);
78 #define malloc_police() debug_malloc_police(__FILE__, __LINE__)
H A Ddebug_malloc.c78 * In addition the function debug_malloc_police() can be called to
80 * void debug_malloc_police(void*, int);
81 * The function debug_malloc_police() is available through the macro
726 debug_malloc_police(const char *file, int line) function
763 debug_malloc_police(const char *file, int line) function

Completed in 54 milliseconds