Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/gwp_asan/
Dutilities.cpp25 static size_t alignPowerOfTwo(size_t RealAllocationSize) { in alignPowerOfTwo() function
55 return alignPowerOfTwo(RealAllocationSize); in rightAlignedAllocationSize()