Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp184 uintptr_t GuardedPoolAllocator::alignUp(uintptr_t Ptr, size_t Alignment) { in alignUp() function in gwp_asan::GuardedPoolAllocator