summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_allocator.cpp
AgeCommit message (Expand)Author
2017-01-20[scudo] Replacing std::atomic with Sanitizer's atomicsKostya Kortchinsky
2017-01-18[scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky
2017-01-10[scudo] Separate hardware CRC32 routinesKostya Kortchinsky
2016-12-15[scudo] Use DefaultSizeClassMap for 32-bitKostya Kortchinsky
2016-12-13Corrected D27428: Do not use the alignment-rounded-up size with secondaryKostya Kortchinsky
2016-12-02Don't include system header inside namespaceStephan Bergmann
2016-11-30[scudo] 32-bit and hardware agnostic supportKostya Kortchinsky
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-10-26[scudo] Lay the foundation for 32-bit supportKostya Kortchinsky
2016-09-30[scudo] Fix an edge case in the secondary allocatorKostya Kortchinsky
2016-09-29Don't use internal symbolizer if we are in process of reporting Out-of-Memory.Vitaly Buka
2016-09-19[scudo] Modify Scudo to use its own Secondary AllocatorKostya Kortchinsky
2016-08-26[sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany
2016-08-25[sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany
2016-08-02[sanitizer] Implement a __asan_default_options() equivalent for ScudoKostya Serebryany
2016-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany