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