summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_allocator.cc
AgeCommit message (Expand)Author
2017-07-18[Sanitizers] ASan/MSan/LSan allocators set errno on failure.Alex Shlyapnikov
2017-07-14[Sanitizers] LSan allocator set errno on failure.Alex Shlyapnikov
2017-06-30[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-29MergeAlex Shlyapnikov
2017-06-29[Sanitizers] Rename CallocShouldReturnNullDueToOverflow to CheckForCallocOver...Alex Shlyapnikov
2017-06-29Revert "[LSan] Make LSan allocator allocator_may_return_null compliant"Michael Zolotukhin
2017-06-29[LSan] Make LSan allocator allocator_may_return_null compliantAlex Shlyapnikov
2017-06-20[Sanitizers] Move cached allocator_may_return_null flag to sanitizer_allocatorAlex Shlyapnikov
2017-06-16[Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameterAlex Shlyapnikov
2017-04-11Implement standalone lsan interceptors for OS XFrancis Ricci
2017-04-11Reapply "Enable LSan for arm Linux"Maxim Ostapenko
2017-04-11Revert r299923, it doesn't build in bootstrap builds.Nico Weber
2017-04-11[lsan] Enable LSan for arm LinuxMaxim Ostapenko
2017-03-27Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-22Factor lsan allocator cache accesses into a functionFrancis Ricci
2017-03-21Revert r298274: "Use pthreads for thread-local lsan allocator cache on darwin"Chandler Carruth
2017-03-20Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-20Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-03-19Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-03-02Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-03-01Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-02-17Revert "Use pthreads for thread-local lsan allocator cache on darwin"Francis Ricci
2017-02-17Use pthreads for thread-local lsan allocator cache on darwinFrancis Ricci
2017-01-31[lsan] Renable LSan for x86 LinuxMaxim Ostapenko
2017-01-23Revert "[lsan] Enable LSan for x86 Linux."Evgeniy Stepanov
2017-01-23[lsan] Enable LSan for x86 Linux.Maxim Ostapenko
2017-01-07Provide default implementations for sanitizer interface functionsFrancis Ricci
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-08-26[sanitizer] enable random shuffling the memory chunks inside the allocator, u...Kostya Serebryany
2016-08-25[sanitizer] change SizeClassAllocator64 to accept just one template parameter...Kostya Serebryany
2016-06-16[sanitizers] introduce yet another API function: __sanitizer_install_malloc_a...Kostya Serebryany
2015-10-21[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-08Revert "[lsan] [aarch64] Add support for AArch64"Evgeniy Stepanov
2015-10-05[lsan] [aarch64] Add support for AArch64Adhemerval Zanella
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-16Fix compilation warning in compiler-rt.Evgeniy Stepanov
2015-02-19[LSan] [MIPS] adding support of LSan for mips64/mips64el archMohit K. Bhakkad
2014-12-19[sanitizer] Rename InitIfLinkerInitialized to InitLinkerInitialized.Sergey Matveev
2014-12-17[sanitizer] add CombinedAllocator::InitIfLinkerInitialized and use it in lsan...Kostya Serebryany
2014-12-12[Sanitizer] Introduce Allocator::may_return_null bool flag.Alexey Samsonov
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-08-26[lsan] Implement the public allocator interface in standalone LSan.Sergey Matveev
2014-01-10[lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany
2013-11-24[lsan] Use real memset to clear memory in standalone LSan.Sergey Matveev
2013-06-24Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev
2013-06-21[lsan] Increase allocator space; minor fixes.Sergey Matveev
2013-06-21[asan] Move lsan_disabled out of thread context.Sergey Matveev
2013-06-11[lsan] Harmonized some naming inconsistencies.Sergey Matveev
2013-06-06[lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions.Sergey Matveev
2013-06-06[lsan] Implement __lsan_ignore_object().Sergey Matveev