hotspot/src/share/vm/memory/defNewGeneration.cpp
HeapWord* DefNewGeneration::par_allocate(size_t word_size,
bool is_tlab) {
{- -------------------------------------------
(1) EdenSpace::par_allocate() で確保を行い, 結果をリターン.
---------------------------------------- -}
return eden()->par_allocate(word_size);
}
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.