Searched refs:AlignRight (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp49 static uptr AlignRight(uptr addr, uptr requested_size) { function in namespace:__hwasan
57 return AlignRight(block_, metadata_->requested_size);

Completed in 57 milliseconds