summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo/scudo_allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [scudo] Add Android supportKostya Kortchinsky2017-05-051-3/+6
* [scudo] Move thread local variables into their own filesKostya Kortchinsky2017-04-271-123/+94
* [scudo] Bypass Quarantine if its size is set to 0Kostya Kortchinsky2017-04-211-26/+36
* [scudo] Remove GetActuallyAllocatedSize calls from the fast pathKostya Kortchinsky2017-04-201-21/+38
* [scudo] Minor changes and refactoringKostya Kortchinsky2017-04-201-99/+104
* [scudo] 32-bit quarantine sizes adjustments and bug fixesKostya Kortchinsky2017-02-031-6/+12
* [scudo] Replacing std::atomic with Sanitizer's atomicsKostya Kortchinsky2017-01-201-9/+7
* [scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky2017-01-181-15/+20
* [scudo] Separate hardware CRC32 routinesKostya Kortchinsky2017-01-101-30/+3
* [scudo] Use DefaultSizeClassMap for 32-bitKostya Kortchinsky2016-12-151-6/+6
* Corrected D27428: Do not use the alignment-rounded-up size with secondaryKostya Kortchinsky2016-12-131-3/+12
* Don't include system header inside namespaceStephan Bergmann2016-12-021-16/+16
* [scudo] 32-bit and hardware agnostic supportKostya Kortchinsky2016-11-301-95/+192
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-291-1/+3
* [scudo] Lay the foundation for 32-bit supportKostya Kortchinsky2016-10-261-69/+39
* [scudo] Fix an edge case in the secondary allocatorKostya Kortchinsky2016-09-301-3/+3
* Don't use internal symbolizer if we are in process of reporting Out-of-Memory.Vitaly Buka2016-09-291-5/+5
* [scudo] Modify Scudo to use its own Secondary AllocatorKostya Kortchinsky2016-09-191-2/+3
* [sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany2016-08-261-0/+2
* [sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany2016-08-251-5/+9
* [sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany2016-08-021-1/+1
* [sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany2016-06-071-0/+635
OpenPOWER on IntegriCloud