summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_common.h
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-07-16 09:47:39 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-07-16 09:47:39 +0000
commitbb7f2d880c843dd5ee1c5e53d2517f7ca9058e66 (patch)
tree6c0f96cf9fcbe6e9716359e4475a753f9ec138da /lib/sanitizer_common/sanitizer_common.h
parent31f78fda9c511f9ab4afc3494f54cb24450e28e6 (diff)
downloadcompiler-rt-bb7f2d880c843dd5ee1c5e53d2517f7ca9058e66.tar.gz
compiler-rt-bb7f2d880c843dd5ee1c5e53d2517f7ca9058e66.tar.bz2
compiler-rt-bb7f2d880c843dd5ee1c5e53d2517f7ca9058e66.tar.xz
[ASan] Use less shadow on Win 32-bit
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@186393 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/sanitizer_common/sanitizer_common.h')
-rw-r--r--lib/sanitizer_common/sanitizer_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sanitizer_common/sanitizer_common.h b/lib/sanitizer_common/sanitizer_common.h
index 7fbd1ba5..4288a9a7 100644
--- a/lib/sanitizer_common/sanitizer_common.h
+++ b/lib/sanitizer_common/sanitizer_common.h
@@ -41,6 +41,7 @@ extern uptr SanitizerVerbosity;
uptr GetPageSize();
uptr GetPageSizeCached();
uptr GetMmapGranularity();
+uptr GetMaxVirtualAddress();
// Threads
uptr GetTid();
uptr GetThreadSelf();