summaryrefslogtreecommitdiff
path: root/lib/scudo/standalone
Commit message (Expand)AuthorAgeFilesLines
* [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