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

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp421 u32 min_log = RZSize2Log(atomic_load(&min_redzone, memory_order_acquire)); local
423 return Min(Max(rz_log, Max(min_log, hdr_log)), Max(max_log, hdr_log));

Completed in 67 milliseconds