< prev index next >

src/hotspot/share/gc/g1/g1Allocator.hpp

Print this page
rev 49851 : imported patch 8191471-g1-varying-tlab-allocation

*** 97,107 **** void abandon_gc_alloc_regions(); bool is_retained_old_region(HeapRegion* hr); // Allocate blocks of memory during mutator time. ! inline HeapWord* attempt_allocation(size_t word_size); inline HeapWord* attempt_allocation_locked(size_t word_size); inline HeapWord* attempt_allocation_force(size_t word_size); size_t unsafe_max_tlab_alloc(); size_t used_in_alloc_regions(); --- 97,109 ---- void abandon_gc_alloc_regions(); bool is_retained_old_region(HeapRegion* hr); // Allocate blocks of memory during mutator time. ! inline HeapWord* attempt_allocation(size_t min_word_size, ! size_t desired_word_size, ! size_t* actual_word_size); inline HeapWord* attempt_allocation_locked(size_t word_size); inline HeapWord* attempt_allocation_force(size_t word_size); size_t unsafe_max_tlab_alloc(); size_t used_in_alloc_regions();
< prev index next >