Searched refs:sym_total_freed_object (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dgc.c3176 static VALUE sym_total_allocated_object, sym_total_freed_object; local
3186 sym_total_freed_object = ID2SYM(rb_intern_const("total_freed_object"));
3209 rb_hash_aset(hash, sym_total_freed_object, SIZET2NUM(objspace->total_freed_object_num));

Completed in 72 milliseconds