Home | History | Annotate | Download | only in BlocksRuntime

Lines Matching refs:BLOCK_NEEDS_FREE

91 static int _Block_copy_flag = BLOCK_NEEDS_FREE;
92 static int _Byref_flag_initial_value = BLOCK_NEEDS_FREE | 2;
295 if (aBlock->flags & BLOCK_NEEDS_FREE) {
319 result->flags |= BLOCK_NEEDS_FREE | 1;
337 flags &= ~(BLOCK_NEEDS_FREE|BLOCK_REFCOUNT_MASK); // XXX not needed
406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) {
424 if ((shared_struct->flags & BLOCK_NEEDS_FREE) == 0) {
472 else if (aBlock->flags & BLOCK_NEEDS_FREE) {
658 if (closure->flags & BLOCK_NEEDS_FREE) {