diff options
author | Reid Kleckner <rnk@google.com> | 2016-02-18 17:58:22 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-02-18 17:58:22 +0000 |
commit | 0765fbc33218bf23c244d9567bd6970ac681c837 (patch) | |
tree | 82f316673fac53675fb33651555b15c8d7dba9f4 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp | |
parent | c00ab4f27d43f008a09578862f241812ea5036c9 (diff) | |
download | bcm5719-llvm-0765fbc33218bf23c244d9567bd6970ac681c837.tar.gz bcm5719-llvm-0765fbc33218bf23c244d9567bd6970ac681c837.zip |
[WinASan] Fix page size and mmap granularity confusion
We were erroneously reporting 16K as the page size on Windows because
the code that does the shadow mapping was using page size instead of
allocation granularity. After fixing that, we can resolve the FIXMEs in
the Windows implementations of GetPageSize and GetMmapGranularity by
calling GetSystemInfo instead of returning hard-coded, incorrect
answers.
llvm-svn: 261233
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/main.cpp')
0 files changed, 0 insertions, 0 deletions