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

/external/compiler-rt/lib/asan/
H A Dasan_allocator2.cc69 // CHUNK_AVAILABLE: the chunk is in the free list and ready to be allocated.
73 CHUNK_AVAILABLE = 0, // 0 is the default value even if we didn't set it. enumerator in enum:__asan::__anon19573
194 return chunk_ != 0 && chunk_->chunk_state != CHUNK_AVAILABLE;
239 atomic_store((atomic_uint8_t*)m, CHUNK_AVAILABLE, memory_order_relaxed);

Completed in 230 milliseconds