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

/macosx-10.10.1/ruby-106/ruby/
H A Dgc.c306 #define has_free_object (objspace->heap.free_slots && objspace->heap.free_slots->freelist) macro
653 if (UNLIKELY(!has_free_object)) {
1956 if (!has_free_object) {
2018 if (has_free_object) {
2081 if (has_free_object) {

Completed in 94 milliseconds