alekseyshl added inline comments.
================
Comment at: lib/lsan/lsan_interceptors.cc:305
{ OPERATOR_DELETE_BODY; }
#endif // !SANITIZER_MAC
----------------
Don't we need to intercept by mangled names here too?
https://reviews.llvm.org/D36757