コード例 #1
0
ファイル: immix.hpp プロジェクト: Locke23rus/rubinius
 size_t& bytes_allocated() {
   return gc_.bytes_allocated();
 }
コード例 #2
0
 int bytes_allocated() {
   return gc_.bytes_allocated();
 }