summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_allocator.h
AgeCommit message (Expand)Author
2017-10-26[LSan] Adjust LSan allocator limits for PPC64.Alex Shlyapnikov
2017-05-15[sanitizer] Change SizeClassAllocator32 to accept just one templateKostya Kortchinsky
2017-04-21[lsan] Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-21Disable LSan on ppc64, some tests are failing.Alex Shlyapnikov
2017-04-20Enable LSan on PowerPC64.Alex Shlyapnikov
2017-04-13Revert "Enable LSan on PowerPC64."Alex Shlyapnikov
2017-04-13Enable LSan on PowerPC64.Alex 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-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
2014-08-26[lsan] Implement the public allocator interface in standalone LSan.Sergey Matveev
2013-05-20[lsan] Allocator for standalone LSan.Sergey Matveev