Searched refs:oldmptr (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/demo/jvmti/hprof/ |
H A D | debug_malloc.c | 622 void *oldmptr; local 627 oldmptr = user2malloc_(uptr); 630 memory_error(oldmptr, "debug_realloc", mid, file, line, file, line); 632 memory_check(uptr, MID(oldmptr), MFILE(oldmptr), MLINE(oldmptr), file, line); 634 if ( malloc_watch && remove_warrant(oldmptr)==0 ) 635 memory_check(uptr, MID(oldmptr), MFILE(oldmptr), MLINE(oldmptr), fil [all...] |
Completed in 42 milliseconds