summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo
Commit message (Expand)AuthorAgeFilesLines
* [scudo][standalone] Fork supportKostya Kortchinsky2020-01-1418-42/+265
* [scudo][standalone] Support __BIONIC__Kostya Kortchinsky2019-12-201-1/+5
* [scudo][standalone] Implement TSD registry disablingKostya Kortchinsky2019-12-205-8/+47
* [NFC] Guard scudo_standalone's optional dependency on GWP-ASan behind flags.Mitch Phillips2019-12-131-1/+3
* [GWP-ASan] [Scudo] ifdef entire GWP-ASan tests.Mitch Phillips2019-12-131-4/+2
* [Scudo] [GWP-ASan] Add GWP-ASan to Scudo Standalone.Mitch Phillips2019-12-137-1/+122
* scudo: Tweak how we align UserPtr. NFCI.Peter Collingbourne2019-12-101-5/+6
* scudo: Move getChunkFromBlock() allocated check into caller. NFCI.Peter Collingbourne2019-12-101-17/+9
* [scudo][standalone] Define hasHardwareCRC32 for other archsKostya Kortchinsky2019-12-101-1/+3
* scudo: Add a basic malloc/free benchmark.Peter Collingbourne2019-12-095-0/+126
* scudo: Fix one of the C wrapper tests on Android.Peter Collingbourne2019-12-051-2/+11
* scudo: Fix the build of wrappers_c_test.cpp on Android.Peter Collingbourne2019-12-051-0/+2
* [scudo][standalone] Add chunk ownership functionKostya Kortchinsky2019-12-033-7/+27
* scudo: Limit the number of bytes tested in a realloc test.Peter Collingbourne2019-11-271-1/+1
* scudo: Replace a couple of macros with their expansions.Peter Collingbourne2019-11-2716-67/+64
* scudo: Call setCurrentTSD(nullptr) when bringing down the TSD registry in tests.Peter Collingbourne2019-11-271-0/+1
* [scudo][standalone] Make tests work on FuchsiaKostya Kortchinsky2019-11-2725-90/+157
* [scudo][standalone] Fix for releaseToOS prior to initKostya Kortchinsky2019-11-252-1/+19
* [scudo][standalone] Minor optimization & improvementsKostya Kortchinsky2019-11-213-11/+31
* scudo: Only use the Android reserved TLS slot when building libc's copy of th...Peter Collingbourne2019-11-203-4/+10
* scudo: Switch from std::random_shuffle to std::shuffle in a test.Peter Collingbourne2019-11-191-1/+2
* [scudo][standalone] Enabled SCUDO_DEBUG for tests + fixesKostya Kortchinsky2019-11-156-10/+13
* [scudo][standalone] Match function name change to bionic name change.Christopher Ferris2019-11-111-9/+1
* [scudo][standalone] Fix Secondary bug w/ freelistKostya Kortchinsky2019-10-313-6/+27
* [scudo][standalone] Add a free list to the SecondaryKostya Kortchinsky2019-10-307-127/+178
* [scudo][standalone] Lists fixKostya Kortchinsky2019-10-282-0/+15
* [scudo][standalone] Consolidate listsKostya Kortchinsky2019-10-2810-186/+243
* scudo: Update TLS_SLOT_SANITIZER value.Peter Collingbourne2019-10-181-1/+1
* [scudo][standalone] Get statistics in a char bufferKostya Kortchinsky2019-10-0914-69/+145
* [scudo][standalone] Correct releaseToOS behaviorKostya Kortchinsky2019-10-073-27/+67
* [scudo][standalone] Make malloc_info return a minimal XMLKostya Kortchinsky2019-10-043-4/+16
* Remove NOLINTs from compiler-rtVitaly Buka2019-09-111-2/+3
* Update compiler-rt cpplint.pyVitaly Buka2019-09-111-14/+14
* [scudo][standalone] Android related improvementsKostya Kortchinsky2019-09-115-15/+44
* [scudo][standalone] Fix malloc_iterateKostya Kortchinsky2019-08-203-3/+46
* [scudo][standalone] Add more stats to mallinfoKostya Kortchinsky2019-08-147-6/+36
* [scudo][standalone] Minor correctionsKostya Kortchinsky2019-08-126-16/+14
* compiler-rt: Rename .cc file in lib/scudo/standalone/tests to .cppNico Weber2019-08-0123-46/+49
* compiler-rt: Rename .cc file in lib/scudo/standalone to .cppNico Weber2019-08-0115-33/+37
* [scudo][standalone] Optimization passKostya Kortchinsky2019-07-2414-94/+91
* Removed -mno-omit-leaf-frame-pointer from flags.Mitch Phillips2019-07-161-4/+0
* [scudo][standalone] NFC correctionsKostya Kortchinsky2019-07-117-19/+25
* [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid oneKostya Kortchinsky2019-07-1117-158/+144
* [scudo][standalone] Link tests against libatomicKostya Kortchinsky2019-07-031-0/+2
* [scudo][standalone] Potential fix for missing sized deleteKostya Kortchinsky2019-07-032-1/+4
* Attempt #2 to fix gcc builds. This time checkMitch Phillips2019-07-021-1/+1
* Only use -mno-omit-leaf-frame-pointer with clang builds.Mitch Phillips2019-07-021-2/+4
* [GWP-ASan] [Scudo] Add GWP-ASan backtrace for alloc/free to Scudo.Mitch Phillips2019-07-022-2/+11
* Revert Remove scudo standalone tests from check-allReid Kleckner2019-07-011-2/+0
* Remove scudo standalone tests from check-allReid Kleckner2019-07-011-0/+2
OpenPOWER on IntegriCloud