Top

adlc 内でのメモリ管理用のクラス (CHeapObj, ValueObj, AllStatic, Chunk, Arena)

これらは, hotspot/src/share/vm/memory/allocation.hpp で定義されている同名のクラス群と(コメントまで含めて)ほとんど同じ. (See: here and here for details)

なお, ValueObj と AllStatic についてはどこからも使われていないように見えるが... (そして, そのせいか, この2つはまともに定義もされていない)

クラス一覧(class list)


CHeapObj

(#Under Construction)

詳細(Details)

See: here for details


ValueObj

(#Under Construction)

詳細(Details)

See: here for details


AllStatic

(#Under Construction)

詳細(Details)

See: here for details


Chunk

(#Under Construction)

詳細(Details)

See: here for details


Arena

(#Under Construction)

詳細(Details)

See: here for details



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