Top


定義場所(file name)

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

説明(description)

// Requires locking.

名前(function name)

HeapWord* ContiguousSpace::allocate(size_t size) {

本体部(body)

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

      return allocate_impl(size, end());
    }

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