[asan] get rid of some of the uses of kPageSize. The intent is to get rid of it compl...
authorKostya Serebryany <kcc@google.com>
Fri, 23 Nov 2012 15:38:49 +0000 (15:38 +0000)
committerKostya Serebryany <kcc@google.com>
Fri, 23 Nov 2012 15:38:49 +0000 (15:38 +0000)
commitf22c697f5820531a3201fe596d180b365188adc1
treedd1b453c3d52e8de941639b360249a8fe79d1bc2
parent59189597dea143e68a4b86dd206c706cf3535365
[asan] get rid of some of the uses of kPageSize. The intent is to get rid of it completely to support platforms with multiple possible page sizes.

llvm-svn: 168517
compiler-rt/lib/asan/asan_allocator.cc
compiler-rt/lib/asan/asan_linux.cc
compiler-rt/lib/asan/asan_malloc_mac.cc
compiler-rt/lib/asan/asan_rtl.cc
compiler-rt/lib/asan/asan_stats.cc
compiler-rt/lib/asan/asan_thread.cc
compiler-rt/lib/sanitizer_common/sanitizer_common.cc
compiler-rt/lib/sanitizer_common/sanitizer_common.h
compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
compiler-rt/lib/sanitizer_common/sanitizer_win.cc
compiler-rt/lib/tsan/rtl/tsan_interceptors.cc