Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc41 static u32 RZSize2Log(u32 rz_size) { in RZSize2Log() function
295 return Min(Max(rz_log, RZSize2Log(min_rz)), RZSize2Log(max_rz)); in ComputeRZLog()