summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo/scudo_allocator_secondary.h
Commit message (Expand)AuthorAgeFilesLines
* Update compiler-rt cpplint.pyVitaly Buka2019-09-111-14/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [sanitizer] Revert D50940Kostya Kortchinsky2018-08-291-1/+1
* [sanitizer] Change Mmap*NoAccess to return nullptr on errorKostya Kortchinsky2018-08-231-1/+1
* [scudo] Simplify internal names (NFC)Kostya Kortchinsky2018-07-201-1/+1
* [scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky2018-06-151-1/+1
* [scudo] Make Secondary linker-initialized compliantKostya Kortchinsky2018-06-141-6/+2
* [sanitizer] Allow for the allocator "names" to be set by the toolsKostya Kortchinsky2018-04-131-1/+1
* [scudo] Secondary allocator overhaul to support WindowsKostya Kortchinsky2018-03-121-55/+112
* [scudo] Introduce Chunk::getHeaderSizeKostya Kortchinsky2018-02-271-4/+4
* [scudo] Minor Secondary changesKostya Kortchinsky2018-02-011-8/+8
* [scudo] Correct performance regression in SecondaryKostya Kortchinsky2017-12-061-8/+10
* [sanitizer] Update scudo to use new APIKostya Kortchinsky2017-11-131-32/+33
* [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
OpenPOWER on IntegriCloud