Searched refs:newCount (Results 1 – 1 of 1) sorted by relevance
461 int32_t newCount; in _Block_release() local463 newCount = latching_decr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK; in _Block_release()464 if (newCount > 0) return; in _Block_release()