Top


定義場所(file name)

hotspot/src/share/vm/memory/defNewGeneration.cpp

名前(function name)

HeapWord* DefNewGeneration::par_allocate(size_t word_size,
                                         bool is_tlab) {

本体部(body)

  {- -------------------------------------------
  (1) EdenSpace::par_allocate() で確保を行い, 結果をリターン.
      ---------------------------------------- -}

      return eden()->par_allocate(word_size);
    }

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.