Searched refs:BLOCK_DEALLOCATING (Results 1 – 2 of 2) sorted by relevance
117 if (old_value & BLOCK_DEALLOCATING) { in latching_incr_int_not_deallocating()147 if ((old_value & (BLOCK_REFCOUNT_MASK | BLOCK_DEALLOCATING)) == 2) { in latching_decr_int_should_deallocate()322 result->flags &= ~(BLOCK_REFCOUNT_MASK | BLOCK_DEALLOCATING); // XXX not needed in _Block_copy()449 return (aBlock->flags & BLOCK_DEALLOCATING) != 0; in _Block_isDeallocating()
269 BLOCK_DEALLOCATING = (0x0001),// runtime enumerator