summaryrefslogtreecommitdiff
path: root/lib/msan/msan_new_delete.cc
AgeCommit message (Expand)Author
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