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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c103 * The macro MAX_FREE_DELAY_COUNT controls how many free blocks will
109 * queue of MAX_FREE_DELAY_COUNT long, and if the queue was full, the
167 #define MAX_FREE_DELAY_COUNT 1 macro
168 #undef MAX_FREE_DELAY_COUNT macro
539 #ifdef MAX_FREE_DELAY_COUNT
541 static void *free_delay[MAX_FREE_DELAY_COUNT];
559 free_delay_pos = free_delay_pos % MAX_FREE_DELAY_COUNT;
570 for ( i=0; i< MAX_FREE_DELAY_COUNT; i++) {
588 #ifdef MAX_FREE_DELAY_COUNT
707 #ifdef MAX_FREE_DELAY_COUNT
[all...]

Completed in 118 milliseconds