summaryrefslogtreecommitdiff
path: root/lib/scudo
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][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
* [scudo] Add a minimal runtime for -fsanitize-minimal-runtime compatibilityKostya Kortchinsky2018-06-211-8/+34
* [scudo] Move noinline functions definitions out of lineKostya Kortchinsky2018-06-191-63/+67
* [scudo] Add verbose failures in place of CHECK(0)Kostya Kortchinsky2018-06-156-25/+158
* [scudo] Make Secondary linker-initialized compliantKostya Kortchinsky2018-06-141-6/+2
* [scudo] Add C++17 aligned new/delete operators supportKostya Kortchinsky2018-06-124-62/+87
* [scudo] Improve the scalability of the shared TSD modelKostya Kortchinsky2018-06-116-51/+83
* [scudo] Quarantine optimizationKostya Kortchinsky2018-05-161-1/+2
* [scudo] Adding an interface function to print allocator statsKostya Kortchinsky2018-04-253-0/+17
* [scudo] Read ARM feature bits using Fuchsia APIs.Kostya Kortchinsky2018-04-231-1/+12
* [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommonKostya Kortchinsky2018-04-161-3/+4
* [sanitizer] Allow for the allocator "names" to be set by the toolsKostya Kortchinsky2018-04-132-1/+4
* [scudo] Remove duplicate cmake flagsKostya Kortchinsky2018-04-121-1/+1
* [scudo] Fuchsia minimal shared runtimeKostya Kortchinsky2018-03-271-21/+24