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

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c2333 gc_mark_locations(rb_objspace_t *objspace, VALUE *start, VALUE *end) function
2345 gc_mark_locations(&rb_objspace, start, end);
2348 #define rb_gc_mark_locations(start, end) gc_mark_locations(objspace, (start), (end))

Completed in 106 milliseconds