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

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

Completed in 59 milliseconds