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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c100 * The memory allocated (not calloc'd) will have the ALLOC_CHAR put into it
101 * at the time of allocation. To remove this feature #undef ALLOC_CHAR.
161 #define ALLOC_CHAR 'A' macro
612 #ifdef ALLOC_CHAR
613 (void)memset(uptr, ALLOC_CHAR, (size_t)nbytes);
648 #ifdef ALLOC_CHAR
650 (void)memset(newuptr, ALLOC_CHAR, (size_t)nbytes);
652 (void)memset(((char*)newuptr)+oldnbytes, ALLOC_CHAR, (size_t)nbytes-oldnbytes);

Completed in 47 milliseconds