Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp174 static atomic_uint8_t allocator_out_of_memory = {0}; variable
178 return atomic_load_relaxed(&allocator_out_of_memory); in IsAllocatorOutOfMemory()
182 atomic_store_relaxed(&allocator_out_of_memory, 1); in SetAllocatorOutOfMemory()