IF_DEBUG_EXPECT_DEATH   92 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete");
IF_DEBUG_EXPECT_DEATH   93 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]");
IF_DEBUG_EXPECT_DEATH  102 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
IF_DEBUG_EXPECT_DEATH  103 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]");
IF_DEBUG_EXPECT_DEATH  112 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
IF_DEBUG_EXPECT_DEATH  113 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete");
IF_DEBUG_EXPECT_DEATH  122 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
IF_DEBUG_EXPECT_DEATH  123 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]");
IF_DEBUG_EXPECT_DEATH  132 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
IF_DEBUG_EXPECT_DEATH  133 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete");
IF_DEBUG_EXPECT_DEATH  143 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(delete pint, "has been already deallocated");
IF_DEBUG_EXPECT_DEATH  150 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(delete pint, "a word before object");
IF_DEBUG_EXPECT_DEATH  158 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(delete pint, "a word after object");
IF_DEBUG_EXPECT_DEATH  200 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(delete [] s, "Memory was written to after being freed.");
IF_DEBUG_EXPECT_DEATH  216 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(exit(0), "Memory was written to after being freed.");
IF_DEBUG_EXPECT_DEATH  227 third_party/tcmalloc/chromium/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(exit(0), " @ .*main");
IF_DEBUG_EXPECT_DEATH   92 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete");
IF_DEBUG_EXPECT_DEATH   93 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]");
IF_DEBUG_EXPECT_DEATH  102 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
IF_DEBUG_EXPECT_DEATH  103 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]");
IF_DEBUG_EXPECT_DEATH  112 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
IF_DEBUG_EXPECT_DEATH  113 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete");
IF_DEBUG_EXPECT_DEATH  122 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
IF_DEBUG_EXPECT_DEATH  123 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete [] x, "mismatch.*being dealloc.*delete *[[]");
IF_DEBUG_EXPECT_DEATH  132 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(free(x), "mismatch.*being dealloc.*free");
IF_DEBUG_EXPECT_DEATH  133 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc     IF_DEBUG_EXPECT_DEATH(delete x, "mismatch.*being dealloc.*delete");
IF_DEBUG_EXPECT_DEATH  143 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(delete pint, "has been already deallocated");
IF_DEBUG_EXPECT_DEATH  150 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(delete pint, "a word before object");
IF_DEBUG_EXPECT_DEATH  158 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(delete pint, "a word after object");
IF_DEBUG_EXPECT_DEATH  200 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(delete [] s, "Memory was written to after being freed.");
IF_DEBUG_EXPECT_DEATH  216 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(exit(0), "Memory was written to after being freed.");
IF_DEBUG_EXPECT_DEATH  227 third_party/tcmalloc/vendor/src/tests/debugallocation_test.cc   IF_DEBUG_EXPECT_DEATH(exit(0), " @ .*main");