Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc
commitfb98d3dc1e3a5eb9130fb7f16b8a50b616498139
authorTimur Iskhodzhanov <timurrrr@google.com>
Sat, 18 May 2013 18:27:33 +0000 (18 18:27 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Sat, 18 May 2013 18:27:33 +0000 (18 18:27 +0000)
treeb44259272fdd2c3b49a8872fc777c06d39394557
parent8cb3f754f1ab33a03107147c0eb5bd5d91f9f39b
Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.cc

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@182198 91177308-0d34-0410-b5e6-96231b3b80d8
lib/asan/asan_allocator2.cc