summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_new_delete.cpp
AgeCommit message (Expand)Author
2018-06-15[scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky
2018-06-12[scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky
2017-08-16[scudo] Application & platform compatibility changesKostya Kortchinsky
2017-06-28[Sanitizers] Operator new() interceptors always die on allocation errorAlex Shlyapnikov
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany