Searched refs:CHUNK_AVAILABLE (Results 1 – 1 of 1) sorted by relevance
104 CHUNK_AVAILABLE = 0, // 0 is the default value even if we didn't set it. enumerator138 atomic_store((atomic_uint8_t*)m, CHUNK_AVAILABLE, memory_order_relaxed); in Recycle()666 return chunk_ && chunk_->chunk_state != CHUNK_AVAILABLE; in IsValid()