summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_allocator_secondary.h
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Add Scudo to the sanitizer lint checks.Kostya Kortchinsky2017-11-081-1/+0
* [Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov2017-06-201-10/+2
* [scudo] Use our own combined allocatorKostya Kortchinsky2017-05-111-75/+26
* [scudo] Minor changes and refactoringKostya Kortchinsky2017-04-201-5/+12
* Corrected D27428: Do not use the alignment-rounded-up size with secondaryKostya Kortchinsky2016-12-131-16/+24
* Reverting rL289088 while investigating some test issue on the build serversKostya Kortchinsky2016-12-091-4/+3
* [sanitizer] Do not use the alignment-rounded-up size when using the secondaryKostya Kortchinsky2016-12-081-4/+5
* [scudo] 32-bit and hardware agnostic supportKostya Kortchinsky2016-11-301-10/+19
* [scudo] Lay the foundation for 32-bit supportKostya Kortchinsky2016-10-261-16/+42
* [scudo] Fix an edge case in the secondary allocatorKostya Kortchinsky2016-09-301-1/+1
* Don't use internal symbolizer if we are in process of reporting Out-of-Memory.Vitaly Buka2016-09-291-2/+8
* [scudo] Fix a bug in the new Secondary AllocatorKostya Kortchinsky2016-09-201-2/+3
* [scudo] Modify Scudo to use its own Secondary AllocatorKostya Kortchinsky2016-09-191-0/+138