summaryrefslogtreecommitdiff
path: root/lib/msan/msan_new_delete.cc
AgeCommit message (Expand)Author
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2015-04-27[MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC.Alexey Samsonov
2014-11-18[msan] Remove MSanDR and supporting code.Evgeniy Stepanov
2014-02-08Add throw() specifiers to more redeclarations of operator delete and operator...Nick Lewycky
2013-12-20[msan] Add missing visibility attribute to MSan new/delete interceptors.Evgeniy Stepanov
2013-09-16[msan] Fix origin of deallocated memory.Evgeniy Stepanov
2013-04-15[msan] Really disable replacement new and delete.Evgeniy Stepanov
2012-12-11[msan] MemorySanitizer runtime.Evgeniy Stepanov