summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_allocator_internal.h
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-011-5/+2
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-011-5/+3
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-1/+3
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-271-10/+1
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-261-1/+1
* Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"Vitaly Buka2019-04-261-1/+1
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-261-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-1/+2
* [sanitizer] Remove low-hanging-fruit dead codeKostya Kortchinsky2018-04-171-9/+0
* [Sanitizers] Increase allocated chunk limit for LargeMmapAllocatorAlex Shlyapnikov2018-02-241-2/+5
* [Sanitizers] Make common allocator agnostic to failure handling modes.Alex Shlyapnikov2018-01-171-1/+1
* [Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov2017-06-201-1/+2
* [sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky2017-05-151-9/+13
* [compiler-rt] Do not introduce __sanitizer namespace globallyAnna Zaks2016-09-151-2/+2
* [tsan] Switch to InternalAlloc everywhere __libc_malloc is currently usedKuba Brecka2016-06-061-1/+6
* [sanitizer] Fix Clang-tidy modernize-use-nullptr warnings in lib/sanitizer_co...Kostya Serebryany2015-09-291-5/+5
* [sanitizer] Flag parser rewrite.Evgeniy Stepanov2015-01-151-0/+9
* tsan: fix crash when a program registers zillions of atexit callbacksDmitry Vyukov2014-09-171-13/+1
* tsan: reduce internal allocator region from 16M to 1MDmitry Vyukov2014-07-261-2/+1
* tsan: remove meta from internal allocatorDmitry Vyukov2014-07-261-1/+1
* tsan: add new line at the end of error messageDmitry Vyukov2014-02-281-2/+2
* [asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...Kostya Serebryany2013-12-261-2/+1
* [sanitizer] Implement TwoLevelByteMap and use it for the internal allocator o...Kostya Serebryany2013-11-251-5/+9
* [sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Tr...Alexey Samsonov2013-05-291-2/+2
* Exclude sanitizer_nolibc_test from TSan test run. Fix lint warningsAlexey Samsonov2013-05-291-1/+1
* Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching ...Alexey Samsonov2013-05-291-0/+64