summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2013-01-14 08:51:08 +0000
committerDmitry Vyukov <dvyukov@google.com>2013-01-14 08:51:08 +0000
commitd618867d19e4d278e8040e1529f50287c6a4eea5 (patch)
treeaa5e16edf5c7d0b2f12d27beb1c6f6db768a0147 /lib/asan/asan_allocator.h
parentc0dbb80bf0eac2771da6faefa5c22155ed4fd33b (diff)
asan/tsan: fix memory allocator statistics
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@172390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan/asan_allocator.h')
-rw-r--r--lib/asan/asan_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_allocator.h b/lib/asan/asan_allocator.h
index 093b605e4..bc0419cf9 100644
--- a/lib/asan/asan_allocator.h
+++ b/lib/asan/asan_allocator.h
@@ -23,7 +23,7 @@
// to a new one (version 2). The change is quite intrusive so both allocators
// will co-exist in the source base for a while. The actual allocator is chosen
// at build time by redefining this macrozz.
-#define ASAN_ALLOCATOR_VERSION 1
+#define ASAN_ALLOCATOR_VERSION 2
namespace __asan {