summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_allocator.h
AgeCommit message (Expand)Author
2018-07-20[scudo] Simplify internal names (NFC)Kostya Kortchinsky
2018-06-12[scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky
2018-02-27[scudo] Introduce Chunk::getHeaderSizeKostya Kortchinsky
2017-12-05[scudo] Get rid of the thread local PRNG & header saltKostya Kortchinsky
2017-10-25[scudo] Remove comment about security of the 32-bit allocatorKostya Kortchinsky
2017-09-26[scudo] Scudo thread specific data refactor, part 3Kostya Kortchinsky
2017-08-28[sanitizer] Re-introduce kUseSeparateSizeClassForBatch for the 32-bit PrimaryKostya Kortchinsky
2017-08-16[scudo] Application & platform compatibility changesKostya Kortchinsky
2017-06-29[scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
2017-05-11[scudo] Use our own combined allocatorKostya Kortchinsky
2017-05-05[scudo] Add Android supportKostya Kortchinsky
2017-04-27[scudo] Move thread local variables into their own filesKostya Kortchinsky
2017-04-20[scudo] Remove GetActuallyAllocatedSize calls from the fast pathKostya Kortchinsky
2017-04-20[scudo] Minor changes and refactoringKostya Kortchinsky
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
2016-12-15[scudo] Use DefaultSizeClassMap for 32-bitKostya Kortchinsky
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-06-07[sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany