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

/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp1102 ScratchBlock **smallest_ptr, *smallest; local
1108 smallest = cur;
1109 min_size = smallest->num_words;
1115 smallest = *smallest_ptr;
1116 *smallest_ptr = smallest->next;
1117 return smallest;
1126 ScratchBlock *smallest = removeSmallestScratch(&unsorted); local
1127 smallest->next = sorted;
1128 sorted = smallest;

Completed in 62 milliseconds