Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_allocator.cc36 static u32 RZLog2Size(u32 rz_log) { in RZLog2Size() function
46 CHECK_EQ(rz_size, RZLog2Size(res)); in RZSize2Log()
124 return reinterpret_cast<void*>(Beg() - RZLog2Size(rz_log)); in AllocBeg()
343 uptr rz_size = RZLog2Size(rz_log); in Allocate()