summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_allocator_combined.h
Commit message (Expand)AuthorAgeFilesLines
* [scudo][NFC] Remove unneeded template from scudo::CombinedAllocatorVitaly Buka2019-05-011-1/+2
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-011-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [scudo] Simplify internal names (NFC)Kostya Kortchinsky2018-07-201-2/+2
* [scudo] Adding an interface function to print allocator statsKostya Kortchinsky2018-04-251-0/+5
* [scudo] Add Chunk::getSize, rework Chunk::getUsableSizeKostya Kortchinsky2018-03-141-6/+0
* [scudo] Secondary allocator overhaul to support WindowsKostya Kortchinsky2018-03-121-1/+1
* [scudo] Get rid of the thread local PRNG & header saltKostya Kortchinsky2017-12-051-7/+7
* [scudo] Do not grab a cache for secondary allocation & per related changesKostya Kortchinsky2017-07-131-14/+20
* [scudo] Change aligned alloc functions to be more compliant & perf changesKostya Kortchinsky2017-06-291-1/+1
* [Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov2017-06-201-16/+2
* [scudo] Use our own combined allocatorKostya Kortchinsky2017-05-111-0/+84