Home
last modified time | relevance | path

Searched refs:CHUNK_AVAILABLE (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.cc104 CHUNK_AVAILABLE = 0, // 0 is the default value even if we didn't set it. enumerator
138 atomic_store((atomic_uint8_t*)m, CHUNK_AVAILABLE, memory_order_relaxed); in Recycle()
666 return chunk_ && chunk_->chunk_state != CHUNK_AVAILABLE; in IsValid()