summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/scudo
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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-162-2/+6
* Revert "[compiler-rt] Cleanup usage of C++ ABI library"Jonas Hahnfeld2019-02-152-5/+2
* [compiler-rt] Cleanup usage of C++ ABI libraryJonas Hahnfeld2019-02-152-2/+5
* [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
* [scudo] Tuning changes based on feedback from current useKostya Kortchinsky2019-01-243-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1923-92/+69
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.Dan Liew2018-12-211-0/+1
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-1/+2
* [sanitizer] Fix mallopt interceptor.Evgeniy Stepanov2018-10-251-1/+1
* [sanitizer] Use -Wl,-z,global on Android for sanitizers except UBsanStephen Hines2018-10-021-0/+8
* [sanitizer] Revert D50940Kostya Kortchinsky2018-08-291-1/+1
* [scudo] Replace eraseHeader with compareExchangeHeader for Quarantined chunksKostya Kortchinsky2018-08-241-10/+5
* [sanitizer] Change Mmap*NoAccess to return nullptr on errorKostya Kortchinsky2018-08-231-1/+1
* [scudo] Fix race condition in deallocation path when Quarantine is bypassedKostya Kortchinsky2018-08-141-5/+7
* [scudo] Simplify internal names (NFC)Kostya Kortchinsky2018-07-205-56/+51
* [CMake] Add compiler-rt header files to the list of sources for targetsDan Liew2018-07-101-0/+21
* [scudo] Add some logs for AndroidKostya Kortchinsky2018-07-061-0/+3
* [scudo] Get rid of builtin-declaration-mismatch warningsKostya Kortchinsky2018-07-031-10/+12
* [scudo] Enable Scudo memory hooks for Fuchsia.Kostya Kortchinsky2018-07-021-2/+6
OpenPOWER on IntegriCloud