aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/scudo/standalone/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-07[scudo] Add hooks to mark the range of realloc (#74353)ChiaHungDuan1-0/+13
2023-12-05[scudo] Add parameters for ring buffer and stack depot sizes (#74539)Florian Mayer1-1/+2
2023-12-01[scudo] Fix realloc hooks behavior (#74149)ChiaHungDuan1-1/+0
2023-06-16[scudo] Add mallopt to print stats to the log.Christopher Ferris1-0/+5
2023-03-15[scudo] Add a method to force release everything.Christopher Ferris1-0/+4
2022-07-11[scudo] Satisfy -Wstrict-prototypesDominic Chen1-7/+7
2021-06-22[scudo] Handle predefined M_MEMTAG_TUNING_* constants (NFC).Evgenii Stepanov1-7/+9
2021-03-09scudo: Add support for tracking stack traces of secondary allocations.Peter Collingbourne1-3/+6
2021-01-05scudo: Update a comment to match the Linux kernel behavior. NFCI.Peter Collingbourne1-4/+5
2020-09-18scudo: Add an API for disabling memory initialization per-thread.Peter Collingbourne1-0/+8
2020-07-28[scudo][standalone] mallopt runtime configuration optionsKostya Kortchinsky1-0/+12
2020-07-23scudo: Interleave odd and even tags for adjacent blocks.Peter Collingbourne1-0/+24
2020-04-17scudo: Add support for diagnosing memory errors when memory tagging is enabled.Peter Collingbourne1-0/+83
2020-03-23scudo: Create a public include directory. NFCI.Peter Collingbourne1-0/+27