summaryrefslogtreecommitdiff
path: root/lib/lsan/lsan_common_linux.cc
AgeCommit message (Expand)Author
2016-02-22[Sanitizer] Introduce ListOfModules object and use it to replace GetListOfMod...Alexey Samsonov
2016-01-14[LSan] Add "use_ld_allocations" flag to disable old way of DTLS handling.Alexey Samsonov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-04-24[lsan] Add an interface function for on-demand leak checking.Sergey Matveev
2015-02-26[lsan] Fix indent.Sergey Matveev
2015-02-26LSan: fix a deadlock caused by dl_iterate_phdr().Sergey Matveev
2014-10-26Change StackDepot interface to use StackTrace more extensivelyAlexey Samsonov
2014-02-14LSan: Print warning about dynamic linker only in verbose modeAlexey Samsonov
2014-01-23[lsan] Expand a comment to document our dynamic TLS hack.Sergey Matveev
2013-12-25[lsan] Minor code health stuff.Sergey Matveev
2013-09-30[LSan] Rework r191522 - treat allocations with short stack traces as liveAlexey Samsonov
2013-09-12[asan] Fix deadlock in stack unwinder on android/x86.Evgeniy Stepanov
2013-08-26[sanitizer] Add a fast version of StackDepotGet() for use in LSan.Sergey Matveev
2013-06-24Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev
2013-06-14[LSan] Use a typedef for frontier vectorAlexey Samsonov
2013-06-14[Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov
2013-06-06[sanitizer] Do not fall back to SlowUnwindStack() in GetStackTrace()Sergey Matveev
2013-05-27[lsan] Begin converting LSan tests to output tests.Sergey Matveev
2013-05-24[lsan] Minor adjustments to LSan messages.Sergey Matveev
2013-05-21[lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev
2013-05-20[lsan] Fix r182256.Sergey Matveev
2013-05-20[lsan] Common leak checking module.Sergey Matveev