Top


定義場所(file name)

hotspot/src/share/vm/services/memoryPool.cpp

名前(function name)

CodeHeapPool::CodeHeapPool(CodeHeap* codeHeap, const char* name, bool support_usage_threshold) :

本体部(body)

  {- -------------------------------------------
  (1) スーパークラスの初期化, (フィールドの初期化)
      ---------------------------------------- -}

      MemoryPool(name, NonHeap, codeHeap->capacity(), codeHeap->max_capacity(),
                 support_usage_threshold, false), _codeHeap(codeHeap) {
    }

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