Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2014-10-23から1日間の記事一覧

Ruby | ObjectSpace | garbage_collect

概要 ObjectSpace#garbage_collect(full_mark: true, immediate_sweep: true) -> nil 詳細 参照されなくなったオブジェクトを回収する。 GC.start と同じ。 サンプルコード require 'tbpgr_utils' bulk_puts_eval binding, <<-EOS GC.count ObjectSpace.garb…