summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_allocator.cc
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lsan] Implement the public allocator interface in standalone LSan.Sergey Matveev2014-08-261-2/+40
* [lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany2014-01-101-1/+5
* [lsan] Use real memset to clear memory in standalone LSan.Sergey Matveev2013-11-241-2/+7
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-241-24/+15
* [lsan] Increase allocator space; minor fixes.Sergey Matveev2013-06-211-11/+7
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-211-22/+3
* [lsan] Harmonized some naming inconsistencies.Sergey Matveev2013-06-111-3/+3
* [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions.Sergey Matveev2013-06-061-0/+2
* [lsan] Implement __lsan_ignore_object().Sergey Matveev2013-06-061-0/+15