summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan/lsan_allocator.cc
Commit message (Expand)AuthorAgeFilesLines
* compiler-rt: Rename .cc file in lib/lsan to .cppNico Weber2019-08-011-353/+0
* [sanitizer] Implement reallocarray.Evgeniy Stepanov2019-05-011-0/+11
* 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-3/+0
* [Sanitizers] Move pvalloc overflow tests to common.Alex Shlyapnikov2018-06-111-0/+13
* [Sanitizers] Check alignment != 0 for aligned_alloc and posix_memalignAlex Shlyapnikov2018-06-081-0/+10
* [LSan] Report proper error on allocator failures instead of CHECK(0)-ingAlex Shlyapnikov2018-06-051-13/+29
* [Sanitizers] Add more standard compliant posix_memalign implementation for LSan.Alex Shlyapnikov2018-03-121-0/+15
* [Sanitizers] Make common allocator agnostic to failure handling modes.Alex Shlyapnikov2018-01-171-4/+6
* [Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov2017-07-181-11/+6
* [Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov2017-07-141-10/+24
* [LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov2017-06-301-2/+4
* MergeAlex Shlyapnikov2017-06-291-1/+1
* [Sanitizers] Rename CallocShouldReturnNullDueToOverflow to CheckForCallocOver...Alex Shlyapnikov2017-06-291-1/+1
* Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin2017-06-291-4/+2
* [LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov2017-06-291-2/+4
* [Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov2017-06-201-1/+1
* [Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameterAlex Shlyapnikov2017-06-161-1/+1
* Implement standalone lsan interceptors for OS XFrancis Ricci2017-04-111-0/+31
* Reapply "Enable LSan for arm Linux"Maxim Ostapenko2017-04-111-1/+1
* Revert r299923, it doesn't build in bootstrap builds.Nico Weber2017-04-111-1/+1
* [lsan] Enable LSan for arm LinuxMaxim Ostapenko2017-04-111-1/+1
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-271-37/+1
* Factor lsan allocator cache accesses into a functionFrancis Ricci2017-03-221-8/+9
* Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"Chandler Carruth2017-03-211-8/+43
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-201-43/+8
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-03-201-8/+43
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-191-43/+8
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-03-021-8/+43
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-03-011-43/+8
* Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci2017-02-171-8/+43
* Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci2017-02-171-43/+8
* [lsan] Renable LSan for x86 LinuxMaxim Ostapenko2017-01-311-1/+10
* Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov2017-01-231-10/+1
* [lsan] Enable LSan for x86 Linux.Maxim Ostapenko2017-01-231-1/+10
* Provide default implementations for sanitizer interface functionsFrancis Ricci2017-01-071-0/+13
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-291-1/+3
* [sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany2016-08-261-0/+1
* [sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany2016-08-251-4/+10
* [sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany2016-06-161-0/+2
* [lsan] [aarch64] Add support for AArch64Adhemerval Zanella2015-10-211-1/+1
* Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov2015-10-081-1/+1
* [lsan] [aarch64] Add support for AArch64Adhemerval Zanella2015-10-051-1/+1
* [compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar2015-10-011-5/+5
* Fix compilation warning in compiler-rt.Evgeniy Stepanov2015-09-161-1/+1
* [LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad2015-02-191-4/+14
* [sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.Sergey Matveev2014-12-191-1/+1
* [sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan...Kostya Serebryany2014-12-171-1/+1
* [Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov2014-12-121-1/+1
* Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov2014-10-261-1/+1
OpenPOWER on IntegriCloud