[sanitizer] Move android's GetPageSize to a header (NFC)
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Sat, 12 Jan 2019 00:09:24 +0000 (00:09 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Sat, 12 Jan 2019 00:09:24 +0000 (00:09 +0000)
commit0df20e893f295ca16fded1b96167a490344a728d
tree2f9e17bec8d2b6981ed6c596539729a27f9ae01e
parent5be959c88ed297705b0ec1debaf7ccaa8dfe0db8
[sanitizer] Move android's GetPageSize to a header (NFC)

No need to pay function call overhead for a function that returns a
constant.

llvm-svn: 350983
compiler-rt/lib/sanitizer_common/sanitizer_common.h
compiler-rt/lib/sanitizer_common/sanitizer_linux.cc