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

/openjdk9/hotspot/src/share/vm/gc/g1/
H A DheapRegion.inline.hpp40 size_t want_to_allocate = MIN2(available, desired_word_size); local
41 if (want_to_allocate >= min_word_size) {
42 HeapWord* new_top = obj + want_to_allocate;
45 *actual_size = want_to_allocate;
58 size_t want_to_allocate = MIN2(available, desired_word_size); local
59 if (want_to_allocate >= min_word_size) {
60 HeapWord* new_top = obj + want_to_allocate;
67 *actual_size = want_to_allocate;

Completed in 84 milliseconds