Up
Top
Memory allocation (& GC 処理)
Under Construction
Subcategories
(#TBD) Memory allocation (& GC 処理) : 処理の概要
Memory allocation (& GC 処理) : メモリ関係の初期化処理の流れ (メモリ領域の確保, etc)
Memory allocation (& GC 処理) : Garbage Collection を補佐する処理
Memory allocation (& GC 処理) : メモリの確保処理 (GC 処理)
Memory allocation (& GC 処理) : メモリの確保処理 (GC 処理) : 参照オブジェクト (java.lang.ref オブジェクト) の GC 処理
Memory allocation (& GC 処理) : Permanent 領域からの確保処理
Memory allocation (& GC 処理) : メモリ確保以外の処理パスで発生する GC 処理 (java.lang.System.gc() 等)
(#TBD) Memory allocation (& GC 処理) : Finalizer の処理
(#TBD) Memory allocation (& GC 処理) : メモリ不足(OutOfMemory)になった場合の処理パス
Memory allocation (& GC 処理) : ヒープの動的サイズ調整/動的パラメータ調整
This document is available under the
GNU GENERAL PUBLIC LICENSE Version 2
.