tsan: reduce internal allocator region from 16M to 1M
authorDmitry Vyukov <dvyukov@google.com>
Sat, 26 Jul 2014 10:17:26 +0000 (10:17 +0000)
committerDmitry Vyukov <dvyukov@google.com>
Sat, 26 Jul 2014 10:17:26 +0000 (10:17 +0000)
commit4baa65518be9c287a869bf5daf7eaf7e7a768a3b
tree9387433432e215c7b9717477b842b324b46d717e
parent07fdaf97e407aea6e8a3972605c03d7ede9cb9d6
tsan: reduce internal allocator region from 16M to 1M
16M regions can waste almost 1G for nothing.
Since region size is used only during initial heap growth,
it's unclear why we even need such huge regions.

llvm-svn: 214027
compiler-rt/lib/sanitizer_common/sanitizer_allocator_internal.h