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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp242 static atomic_uint8_t allocator_out_of_memory = {0}; member in namespace:__sanitizer
246 return atomic_load_relaxed(&allocator_out_of_memory);
250 atomic_store_relaxed(&allocator_out_of_memory, 1);

Completed in 36 milliseconds