summaryrefslogtreecommitdiff
path: root/lib/scudo/standalone
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
* [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
* [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
* 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-251-3/+1
* [scudo][standalone] Introduce the C & C++ wrappersKostya Kortchinsky2019-06-2511-36/+909
* [scudo][standalone] Fuchsia related changesKostya Kortchinsky2019-06-183-38/+37
* [scudo][standalone] Introduce the combined allocatorKostya Kortchinsky2019-06-175-0/+870
* [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][standalone] Add the memory reclaiming mechanismKostya Kortchinsky2019-04-306-3/+527
* [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
* [scudo][standalone] Add a standalone vector classKostya Kortchinsky2019-02-275-4/+167
* [scudo][standalone] Introduce platform specific code & mutexesKostya Kortchinsky2019-02-2615-52/+986
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-161-1/+5
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-151-4/+1
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-151-1/+4
* [scudo][standalone] Do not error out on spurious C(XX) flagsKostya Kortchinsky2019-02-071-1/+3
* [scudo] Initial standalone skeleton check-inKostya Kortchinsky2019-02-0410-0/+917