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

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c3174 static VALUE sym_heap_used, sym_heap_length, sym_heap_increment; local
3181 sym_heap_increment = ID2SYM(rb_intern_const("heap_increment"));
3204 rb_hash_aset(hash, sym_heap_increment, SIZET2NUM(objspace->heap.increment));

Completed in 97 milliseconds