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

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c3175 static VALUE sym_heap_live_num, sym_heap_free_num, sym_heap_final_num; local
3182 sym_heap_live_num = ID2SYM(rb_intern_const("heap_live_num"));
3205 rb_hash_aset(hash, sym_heap_live_num, SIZET2NUM(objspace_live_num(objspace)));

Completed in 79 milliseconds