Searched refs:BLOCK_NEEDS_FREE (Results 1 – 5 of 5) sorted by relevance
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) { in _Block_copy_internal()319 result->flags |= BLOCK_NEEDS_FREE | 1; in _Block_copy_internal()337 flags &= ~(BLOCK_NEEDS_FREE|BLOCK_REFCOUNT_MASK); // XXX not needed in _Block_copy_internal()406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) { in _Block_byref_assign_copy()424 if ((shared_struct->flags & BLOCK_NEEDS_FREE) == 0) { in _Block_byref_release()472 else if (aBlock->flags & BLOCK_NEEDS_FREE) { in _Block_release()658 if (closure->flags & BLOCK_NEEDS_FREE) { in _Block_dump()
52 BLOCK_NEEDS_FREE = (1 << 24), enumerator
33 BLOCK_NEEDS_FREE = (1 << 24), enumerator
55 BLOCK_NEEDS_FREE = (1 << 24), enumerator
56 BLOCK_NEEDS_FREE = (1 << 24), enumerator