summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan/lsan_allocator.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r369472 and r369441Vitaly Buka2019-08-211-41/+4
* [AArch64] Speed-up leak and address sanitizers on AArch64 for 48-bit VMASebastian Pop2019-08-201-4/+41
* [sanitizer][NFC] Set LargeMmapAllocator type from PrimaryAllocatorVitaly Buka2019-05-011-9/+1
* [sanitizer][NFC] Get type of AllocatorCache from CombinedAllocatorVitaly Buka2019-05-011-7/+2
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+2
* [sanitizer] Calculate SizeClassAllocator32::ByteMap type from Params::kSpaceS...Vitaly Buka2019-04-271-14/+1
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-261-0/+6
* Revert "[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap"Vitaly Buka2019-04-261-6/+0
* [lsan] Use SANITIZER_WORDSIZE when selecting ByteMapVitaly Buka2019-04-261-0/+6
* Fix bug in `AsanAllocatorASVT` (ASan) and `AllocatorASVT` (LSan) templated al...Dan Liew2019-01-201-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Introduce `AddressSpaceView` template parameter to `CombinedAllocator`.Dan Liew2018-12-211-1/+17
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator64`.Dan Liew2018-12-211-1/+5
* Introduce `AddressSpaceView` template parameter to `SizeClassAllocator32`, `F...Dan Liew2018-12-141-3/+9
* [Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov2018-06-111-0/+1
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-081-0/+1
* [Sanitizers] Add more standard compliant posix_memalign implementation for LSan.Alex Shlyapnikov2018-03-121-0/+2
* [LSan] Adjust LSan allocator limits for PPC64.Alex Shlyapnikov2017-10-261-2/+9
* [sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky2017-05-151-4/+12
* [lsan] Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-211-1/+1
* Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov2017-04-211-1/+1
* Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-201-1/+1
* Revert "Enable LSan on PowerPC64."Alex Shlyapnikov2017-04-131-1/+1
* Enable LSan on PowerPC64.Alex Shlyapnikov2017-04-131-1/+1
* Implement standalone lsan interceptors for OS XFrancis Ricci2017-04-111-0/+11
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-111-1/+2
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-111-2/+1
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-111-1/+2
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-271-0/+37
* Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"Chandler Carruth2017-03-211-37/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-201-0/+37
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-03-201-37/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-191-0/+37
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-03-021-37/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-011-0/+37
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-02-171-37/+0
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-02-171-0/+37
* [lsan] Implement the public allocator interface in standalone LSan.Sergey Matveev2014-08-261-1/+1
* [lsan] Allocator for standalone LSan.Sergey Matveev2013-05-201-0/+39
OpenPOWER on IntegriCloud