================ Comment at: lib/sanitizer_common/tests/sanitizer_allocator_test.cc:727 @@ +726,3 @@ + EXPECT_DEATH(cache.Allocate(a, kClassID) && cache.Allocate(a, kClassID), + "The process has exhausted"); +} ---------------- don't you leak 'a' here? http://llvm-reviews.chandlerc.com/D803