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

/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc210 min_redzone = f->redzone;
218 f->redzone = min_redzone;
237 atomic_uint16_t min_redzone; member in struct:__asan::Allocator
247 CHECK_GE(options.min_redzone, 16);
248 CHECK_GE(options.max_redzone, options.min_redzone);
250 CHECK(IsPowerOfTwo(options.min_redzone));
260 atomic_store(&min_redzone, options.min_redzone, memory_order_release);
276 options->min_redzone = atomic_load(&min_redzone, memory_order_acquir
[all...]
H A Dasan_activation.cc109 disabled.min_redzone = 16; // Redzone must be at least 16 bytes long.
H A Dasan_allocator.h36 u16 min_redzone; member in struct:__asan::AllocatorOptions

Completed in 266 milliseconds