summaryrefslogtreecommitdiff
path: root/lib/scudo
Commit message (Expand)AuthorAgeFilesLines
* [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
* [scudo][standalone] Introduce the C & C++ wrappers [fixed]Kostya Kortchinsky2019-06-2713-37/+921
* Revert r364332 "[scudo][standalone] Introduce the C & C++ wrappers"Hans Wennborg2019-06-2611-909/+36
* [scudo] Correct a behavior on the shared TSD registryKostya Kortchinsky2019-06-252-6/+2
* [scudo][standalone] Introduce the C & C++ wrappersKostya Kortchinsky2019-06-2511-36/+909
* [scudo][standalone] Fuchsia related changesKostya Kortchinsky2019-06-183-38/+37
* [GWP-ASan] Integration with Scudo [5].Mitch Phillips2019-06-172-0/+56
* [scudo][standalone] Introduce the combined allocatorKostya Kortchinsky2019-06-175-0/+870
* Improve error message when '=' is missing in {ASAN,...}_OPTIONS.Vitaly Buka2019-06-151-1/+1
* [scudo][standalone] Unmap memory in testsKostya Kortchinsky2019-06-118-16/+74
* [scudo][standalone] Introduce the thread specific data structuresKostya Kortchinsky2019-06-1010-11/+512
* [scudo][standalone] Introduce the Primary(s) and LocalCacheKostya Kortchinsky2019-05-207-9/+1128
* [scudo][standalone] Introduce the chunk headerKostya Kortchinsky2019-05-086-3/+249
* [scudo][standalone] Introduce the QuarantineKostya Kortchinsky2019-05-075-0/+534
* [compiler-rt] Set the ZX_VMO_RESIZABLE option for zx_vmo_createPetr Hosek2019-05-021-1/+1
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-1/+1
* [scudo][NFC] Remove unneeded template from scudo::CombinedAllocatorVitaly Buka2019-05-012-4/+7
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-012-4/+4
* [scudo][standalone] Add the memory reclaiming mechanismKostya Kortchinsky2019-04-306-3/+527
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-271-7/+0
* [scudo][standalone] Introduce the SizeClassMapKostya Kortchinsky2019-04-255-1/+190
* [scudo][standalone] Introduce the Secondary allocatorKostya Kortchinsky2019-04-2414-88/+476
* [scudo][standalone] Add flags & related parsersKostya Kortchinsky2019-04-099-0/+510
* [scudo][standalone] Add error reportsKostya Kortchinsky2019-03-206-37/+339
* [scudo][standalone] Add string utility functionsKostya Kortchinsky2019-03-197-13/+385
* [scudo][standalone] Implement checksumming functionsKostya Kortchinsky2019-03-126-0/+216
* [scudo][standalone] Adding a stats classKostya Kortchinsky2019-03-074-0/+152
* [scudo][standalone] Add bytemap classesKostya Kortchinsky2019-03-054-0/+178
* [scudo][standalone] Fix tests makefileKostya Kortchinsky2019-03-011-2/+2