Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp422 u32 min_log = RZSize2Log(atomic_load(&min_redzone, memory_order_acquire)); in ComputeRZLog() local
424 return Min(Max(rz_log, Max(min_log, hdr_log)), Max(max_log, hdr_log)); in ComputeRZLog()