Top


定義場所(file name)

hotspot/src/share/vm/runtime/thread.hpp

本体部(body)

  {- -------------------------------------------
  (1) Thread::_allocated_bytes フィールドの値をインクリメントするだけ.
      ---------------------------------------- -}

      void incr_allocated_bytes(jlong size) { _allocated_bytes += size; }

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