summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_common_mac.cc
AgeCommit message (Expand)Author
2017-07-25Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-18Revert "Only scan global sections containing data in LSan on darwin"Francis Ricci
2017-07-18Don't call exit() from atexit handlers on DarwinFrancis Ricci
2017-07-17Only scan global sections containing data in LSan on darwinFrancis Ricci
2017-07-11Refactor MemoryMappingLayout::Next to use a single struct instead of output p...Francis Ricci
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-06-19Revert "Add lsan interceptors for libdispatch functions on darwin"Francis Ricci
2017-06-19Add lsan interceptors for libdispatch functions on darwinFrancis Ricci
2017-05-25Implement tls scanning for darwin LSanFrancis Ricci
2017-05-19Use write instead of read permissions to check for global sections on macFrancis Ricci
2017-05-17Revert "Implement tls scanning for darwin LSan"Francis Ricci
2017-05-17Implement tls scanning for darwin LSanFrancis Ricci
2017-05-09Avoid unnecessary calls to vm_region_recurseFrancis Ricci
2017-04-19Make sure to scan mmap'd memory regions for root pointers on OS XFrancis Ricci
2017-04-19Implement StopTheWorld for DarwinFrancis Ricci
2017-04-19Move valid caller-pc checks out of platform-specific checksFrancis Ricci
2017-04-17Don't read non-readable address ranges during lsan pointer scanningFrancis Ricci
2017-04-17Scan Kernel Alloc Once page for global pointersFrancis Ricci
2017-04-13Disable use of tls scanning on darwin leak sanitizerFrancis Ricci
2017-04-13Implement global pointer scanning for darwin leak sanitizerFrancis Ricci
2017-04-11Don't delete lsan thread-local data until it's no longer requiredFrancis Ricci
2017-03-29Remove failing check from platform specific darwin lsan initializerFrancis Ricci
2017-03-28Postpone lsan tls allocation until requiredFrancis Ricci
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
2017-02-17Use pthreads to store current thread id on darwinFrancis Ricci
2017-02-13Use pthreads to manage thread-local storage on darwin for leak sanitizerFrancis Ricci
2017-02-13Add lsan function stubs for darwinFrancis Ricci