Top


定義場所(file name)

hotspot/src/share/vm/gc_implementation/g1/g1CollectedHeap.cpp

名前(function name)

HeapRegion* MutatorAllocRegion::allocate_new_region(size_t word_size,
                                                    bool force) {

本体部(body)

  {- -------------------------------------------
  (1) G1CollectedHeap::new_mutator_alloc_region() を呼び出すだけ
      ---------------------------------------- -}

      return _g1h->new_mutator_alloc_region(word_size, force);
    }

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