Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cpp225 static atomic_uint8_t allocator_out_of_memory = {0}; variable
229 return atomic_load_relaxed(&allocator_out_of_memory); in IsAllocatorOutOfMemory()
233 atomic_store_relaxed(&allocator_out_of_memory, 1); in SetAllocatorOutOfMemory()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator.cc229 static atomic_uint8_t allocator_out_of_memory = {0}; variable
233 return atomic_load_relaxed(&allocator_out_of_memory); in IsAllocatorOutOfMemory()
237 atomic_store_relaxed(&allocator_out_of_memory, 1); in SetAllocatorOutOfMemory()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator.cc231 static atomic_uint8_t allocator_out_of_memory = {0}; variable
235 return atomic_load_relaxed(&allocator_out_of_memory); in IsAllocatorOutOfMemory()
239 atomic_store_relaxed(&allocator_out_of_memory, 1); in SetAllocatorOutOfMemory()