Searched defs:alignDown (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/gwp_asan/tests/ | ||
H A D | alignment.cpp | 22 static uintptr_t alignDown(uintptr_t Ptr, size_t Alignment) { in alignDown() function in AlignmentTestGPA |
/llvm-project/compiler-rt/lib/gwp_asan/ | ||
H A D | guarded_pool_allocator.cpp | 194 uintptr_t GuardedPoolAllocator::alignDown(uintptr_t Ptr, size_t Alignment) { in alignDown() function in gwp_asan::GuardedPoolAllocator |