summaryrefslogtreecommitdiff
path: root/lib/scudo/scudo_utils.h
Commit message (Expand)AuthorAgeFilesLines
* [scudo] Minor code generation improvementKostya Kortchinsky2017-12-081-0/+1
* [scudo] Get rid of the thread local PRNG & header saltKostya Kortchinsky2017-12-051-56/+0
* [scudo] Overhaul hardware CRC32 feature detectionKostya Kortchinsky2017-11-221-6/+2
* [scudo] Rearrange #include orderKostya Kortchinsky2017-11-031-3/+3
* [sanitizers] Add a blocking boolean to GetRandom prototypeKostya Kortchinsky2017-08-141-5/+8
* [scudo] PRNG makeoverKostya Kortchinsky2017-07-121-11/+46
* [scudo] CRC32 optimizationsKostya Kortchinsky2017-05-091-59/+0
* [scudo] Move thread local variables into their own filesKostya Kortchinsky2017-04-271-1/+1
* [scudo] Minor changes and refactoringKostya Kortchinsky2017-04-201-2/+54
* [scudo] Refactor of CRC32 and ARM runtime CRC32 detectionKostya Kortchinsky2017-01-181-1/+5
* [scudo] Separate hardware CRC32 routinesKostya Kortchinsky2017-01-101-2/+2
* [scudo] 32-bit and hardware agnostic supportKostya Kortchinsky2016-11-301-11/+13
* [scudo] add NORETURN to the declaration of dieWithMessage; this should fix a ...Kostya Serebryany2016-08-021-1/+1
* [sanitizer] Initial implementation of a Hardened AllocatorKostya Serebryany2016-06-071-0/+59