summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo/standalone/tests
Commit message (Expand)AuthorAgeFilesLines
* [scudo][standalone] Fork supportKostya Kortchinsky2020-01-144-3/+139
* [scudo][standalone] Implement TSD registry disablingKostya Kortchinsky2019-12-201-0/+15
* [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-132-0/+25
* 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-031-0/+7
* scudo: Limit the number of bytes tested in a realloc test.Peter Collingbourne2019-11-271-1/+1
* [scudo][standalone] Make tests work on FuchsiaKostya Kortchinsky2019-11-2723-85/+148
* [scudo][standalone] Fix for releaseToOS prior to initKostya Kortchinsky2019-11-251-0/+15
* scudo: Only use the Android reserved TLS slot when building libc's copy of th...Peter Collingbourne2019-11-201-0/+4
* 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-151-0/+1
* [scudo][standalone] Fix Secondary bug w/ freelistKostya Kortchinsky2019-10-311-0/+14
* [scudo][standalone] Add a free list to the SecondaryKostya Kortchinsky2019-10-302-8/+19
* [scudo][standalone] Lists fixKostya Kortchinsky2019-10-281-0/+14
* [scudo][standalone] Consolidate listsKostya Kortchinsky2019-10-282-48/+60
* [scudo][standalone] Get statistics in a char bufferKostya Kortchinsky2019-10-094-13/+46
* [scudo][standalone] Correct releaseToOS behaviorKostya Kortchinsky2019-10-071-0/+29
* [scudo][standalone] Make malloc_info return a minimal XMLKostya Kortchinsky2019-10-042-1/+12
* [scudo][standalone] Android related improvementsKostya Kortchinsky2019-09-112-0/+16
* [scudo][standalone] Fix malloc_iterateKostya Kortchinsky2019-08-201-0/+41
* [scudo][standalone] Add more stats to mallinfoKostya Kortchinsky2019-08-141-1/+17
* compiler-rt: Rename .cc file in lib/scudo/standalone/tests to .cppNico Weber2019-08-0123-46/+49
* [scudo][standalone] NFC correctionsKostya Kortchinsky2019-07-111-2/+0
* [scudo][standalone] Merge Spin & Blocking mutex into a Hybrid oneKostya Kortchinsky2019-07-112-37/+24
* [scudo][standalone] Link tests against libatomicKostya Kortchinsky2019-07-031-0/+2
* [scudo][standalone] Potential fix for missing sized deleteKostya Kortchinsky2019-07-032-1/+4
* 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
* [scudo][standalone] Introduce the C & C++ wrappers [fixed]Kostya Kortchinsky2019-06-273-11/+375
* Revert r364332 "[scudo][standalone] Introduce the C & C++ wrappers"Hans Wennborg2019-06-263-375/+11
* [scudo][standalone] Introduce the C & C++ wrappersKostya Kortchinsky2019-06-253-11/+375
* [scudo][standalone] Introduce the combined allocatorKostya Kortchinsky2019-06-172-0/+238
* [scudo][standalone] Unmap memory in testsKostya Kortchinsky2019-06-113-16/+40
* [scudo][standalone] Introduce the thread specific data structuresKostya Kortchinsky2019-06-103-7/+167
* [scudo][standalone] Introduce the Primary(s) and LocalCacheKostya Kortchinsky2019-05-203-9/+186
* [scudo][standalone] Introduce the chunk headerKostya Kortchinsky2019-05-082-0/+83
* [scudo][standalone] Introduce the QuarantineKostya Kortchinsky2019-05-072-0/+241
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-1/+1
* [scudo][standalone] Add the memory reclaiming mechanismKostya Kortchinsky2019-04-303-1/+262
* [scudo][standalone] Introduce the SizeClassMapKostya Kortchinsky2019-04-252-0/+39
* [scudo][standalone] Introduce the Secondary allocatorKostya Kortchinsky2019-04-245-18/+156
* [scudo][standalone] Add flags & related parsersKostya Kortchinsky2019-04-092-0/+120
* [scudo][standalone] Add error reportsKostya Kortchinsky2019-03-202-0/+48
* [scudo][standalone] Add string utility functionsKostya Kortchinsky2019-03-192-0/+99
* [scudo][standalone] Implement checksumming functionsKostya Kortchinsky2019-03-122-0/+59
* [scudo][standalone] Adding a stats classKostya Kortchinsky2019-03-072-0/+46
* [scudo][standalone] Add bytemap classesKostya Kortchinsky2019-03-052-0/+74
* [scudo][standalone] Fix tests makefileKostya Kortchinsky2019-03-011-2/+2
OpenPOWER on IntegriCloud