aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt/lib/scudo/standalone/common.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-11[scudo] Add utilization percentages for stats. (#75101)Christopher Ferris1-0/+15
2023-10-13[scudo] Add specific die functions for linux specific failures. (#68650)Christopher Ferris1-4/+0
2023-09-21[scudo] Fine tune busy-waiting in HybridMutexChia-hung Duan1-15/+0
2023-08-30[scudo] Remove RSS checking code.Christopher Ferris1-2/+0
2023-08-17[scudo] Fix typo.Christopher Ferris1-1/+1
2023-08-17[scudo] Modify hard-coded page size for Android.Christopher Ferris1-3/+5
2023-03-15[scudo] Add a method to force release everything.Christopher Ferris1-0/+7
2023-03-09[scudo] Add a fast get time version.Christopher Ferris1-0/+3
2023-02-15[scudo] Improve the uses of roundUpTo/roundDownTo/isAlignedChia-hung Duan1-5/+17
2022-12-22[scudo] Fix return type of GetRSS()Vitaly Buka1-1/+1
2022-12-20[scudo][standalone] Precommit pagesYaneury Fermin1-0/+1
2022-12-14[scudo] Reland: Fix and enable more warnings for standalone buildDominic Chen1-1/+1
2022-12-08scudo-standalone: Add GetRSS method on LinuxBastian Kersting1-0/+2
2021-06-08[scudo] Add Scudo support for Trusty OSDaniel Michael1-0/+1
2021-05-25[scudo] Rework dieOnMapUnmapErrorKostya Kortchinsky1-2/+3
2021-03-08scudo: Support memory tagging in the secondary allocator.Peter Collingbourne1-0/+3
2021-02-25Revert 7a0da8894348, "scudo: Support memory tagging in the secondary allocator."Peter Collingbourne1-3/+0
2021-02-22scudo: Support memory tagging in the secondary allocator.Peter Collingbourne1-0/+3
2020-09-18scudo: Add an API for disabling memory initialization per-thread.Peter Collingbourne1-0/+2
2020-07-28[scudo][standalone] mallopt runtime configuration optionsKostya Kortchinsky1-0/+8
2020-04-30[scudo] Zero- and pattern-initialization of memory.Evgenii Stepanov1-0/+9
2020-04-17scudo: Add support for diagnosing memory errors when memory tagging is enabled.Peter Collingbourne1-0/+9
2020-01-21[scudo][standalone] Allow sched_getaffinity to failKostya Kortchinsky1-0/+1
2020-01-16scudo: Add initial memory tagging support.Peter Collingbourne1-0/+1
2019-11-27scudo: Replace a couple of macros with their expansions.Peter Collingbourne1-15/+15
2019-07-11[scudo][standalone] Merge Spin & Blocking mutex into a Hybrid oneKostya Kortchinsky1-2/+3
2019-04-25[scudo][standalone] Introduce the SizeClassMapKostya Kortchinsky1-1/+1
2019-04-24[scudo][standalone] Introduce the Secondary allocatorKostya Kortchinsky1-5/+9
2019-02-27[scudo][standalone] Add a standalone vector classKostya Kortchinsky1-1/+1
2019-02-26[scudo][standalone] Introduce platform specific code & mutexesKostya Kortchinsky1-0/+171