Searched defs:olduptr (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c548 void *olduptr = free_delay[free_delay_pos]; local
554 if ( olduptr!=NULL ) {
555 actual_free(olduptr, file, line);
571 void *olduptr = free_delay[i]; local
573 if ( olduptr!=NULL ) {
574 actual_free(olduptr, file, line);

Completed in 42 milliseconds