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

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c763 is_pointer_to_heap(rb_objspace_t *objspace, void *ptr) function
1565 if (!is_pointer_to_heap(objspace, (void *)ptr)) return FALSE;
2325 if (is_pointer_to_heap(objspace, (void *)v)) {
2551 if (is_pointer_to_heap(&rb_objspace, (void *)obj)) {
2771 if (is_pointer_to_heap(objspace, obj->as.node.u1.node)) {
2774 if (is_pointer_to_heap(objspace, obj->as.node.u2.node)) {
2777 if (is_pointer_to_heap(objspace, obj->as.node.u3.node)) {
2895 is_pointer_to_heap(objspace, obj) ? "corrupted object" : "non object");
4395 if (is_pointer_to_heap(objspace, (void *)obj)) {

Completed in 115 milliseconds