Searched refs:UNUSABLE (Results 1 – 1 of 1) sorted by relevance
70 const intptr_t UNUSABLE = 0x1; variable72 return (UNUSABLE|(intptr_t)ptr)!=UNUSABLE; in isSolidPtr()75 return (intptr_t)ptr==UNUSABLE; in isNotForUse()1455 const intptr_t endMarker = reset ? 0 : UNUSABLE; in privatizePublicFreeList()1518 publicFreeList.compare_exchange_strong(oldVal, (FreeObject*)UNUSABLE); in readyToShare()1524 (intptr_t&)(publicFreeList) = UNUSABLE; in readyToShare()1561 nextPrivatizable.store((Block*)UNUSABLE, std::memory_order_relaxed); in shareOrphaned()