Home
last modified time | relevance | path

Searched defs:rz_log (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.cc36 static u32 RZLog2Size(u32 rz_log) { in RZLog2Size()
79 u32 rz_log : 3; member
285 u32 rz_log = in ComputeRZLog() local
342 uptr rz_log = ComputeRZLog(size); in Allocate() local
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp38 static u32 RZLog2Size(u32 rz_log) { in RZLog2Size()
413 u32 rz_log = user_requested_size <= 64 - 16 ? 0 in ComputeRZLog() local
510 uptr rz_log = ComputeRZLog(size); in Allocate() local