Searched refs:debug_malloc (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.h43 * The source file debug_malloc.c should be included with your sources.
45 * The object file debug_malloc.o should be included with your object files.
64 void *debug_malloc(size_t, const char *, int);
H A Ddebug_malloc.c60 * They should be used through the include file "debug_malloc.h".
63 * should include debug_malloc.h. This package will
65 * by the macros in debug_malloc.h. The important issue
66 * is that any malloc() from debug_malloc.h must be
67 * freed by the free() in debug_malloc.h.
69 * The macros in debug_malloc.h will override the normal use of
73 * void *debug_malloc(size_t, void*, int);
152 * Flag that tells debug_malloc/debug_free/debug_realloc to police
260 FILE *error_fp = stderr; /* All debug_malloc.c messages */
263 (void)fprintf(error_fp, "debug_malloc
597 debug_malloc(size_t nbytes, const char *file, int line) function
[all...]
H A Dhprof_util.c135 ptr = debug_malloc(size, file, line);
/openjdk7/jdk/make/java/java_hprof_demo/
H A DMakefile53 debug_malloc.c \

Completed in 198 milliseconds