commit | aad697eb8ae9274a7664c8064334f92dfcd1eff9 | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Mon Jun 25 14:58:17 2012 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Mon Jun 25 14:58:17 2012 +0000 |
tree | 3dfdf58d679aa7578649cff27e19206d41310c2f | |
parent | 100590f756a879aedf0b6e7c6173e50647b57903 [diff] [blame] |
[tsan] lint llvm-svn: 159140
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_allocator64.h b/compiler-rt/lib/sanitizer_common/sanitizer_allocator64.h index 31a7cea..446173b 100644 --- a/compiler-rt/lib/sanitizer_common/sanitizer_allocator64.h +++ b/compiler-rt/lib/sanitizer_common/sanitizer_allocator64.h
@@ -154,7 +154,7 @@ }; COMPILER_CHECK(sizeof(RegionInfo) == kCacheLineSize); - uptr AdditionalSize() { + uptr AdditionalSize() { uptr res = sizeof(RegionInfo) * kNumClasses; CHECK_EQ(res % kPageSize, 0); return res;