Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
H A Dalignment.cpp19 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 Dguarded_pool_allocator.cpp181 uintptr_t GuardedPoolAllocator::alignUp(uintptr_t Ptr, size_t Alignment) { in alignUp() function in gwp_asan::GuardedPoolAllocator