summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo/scudo_allocator.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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