summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/lsan/lsan_common.h
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.Alexey Samsonov2014-07-301-4/+0
* [lsan] disable lsan if wordsize is not 64Kostya Serebryany2014-05-211-1/+1
* [lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...Kostya Serebryany2014-01-151-2/+0
* [lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...Kostya Serebryany2014-01-101-0/+9
* [lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...Kostya Serebryany2014-01-101-0/+2
* [lsan] Refactor the LeakReport class.Sergey Matveev2013-12-241-5/+11
* [lsan] Make the report_objects flag more useful.Sergey Matveev2013-12-241-2/+11
* [lsan] Remove the LSan-specific verbosity flag.Sergey Matveev2013-12-171-3/+0
* [lsan] Introduce print_suppressions flag.Sergey Matveev2013-12-171-0/+2
* [lsan] Introduce __lsan_(un)register_root_region().Sergey Matveev2013-12-171-0/+2
* [lsan] Make LSan ignore memory poisoned by ASan.Sergey Matveev2013-12-091-0/+4
* [lsan] Support ASan's stack-use-after-return mode in LSan.Sergey Matveev2013-10-141-0/+2
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-131-4/+5
* [lsan] Handle fork() correctly.Sergey Matveev2013-07-081-0/+7
* [lsan] Add suppression support.Sergey Matveev2013-06-281-0/+6
* [LSan] Add the way to disable LSan at link timeAlexey Samsonov2013-06-271-0/+5
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-241-58/+10
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-211-8/+7
* [LSan] Use a typedef for frontier vectorAlexey Samsonov2013-06-141-7/+9
* [Sanitizer] Rename InternalVector to InternalMmapVectorAlexey Samsonov2013-06-141-9/+11
* [lsan] Harmonized some naming inconsistencies.Sergey Matveev2013-06-111-5/+5
* [lsan] Implement __lsan_ignore_object().Sergey Matveev2013-06-061-0/+11
* [lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev2013-06-031-6/+11
* [lsan] Begin converting LSan tests to output tests.Sergey Matveev2013-05-271-31/+14
* [lsan] Prettify LSan reports and add a summary.Sergey Matveev2013-05-241-0/+1
* [lsan] Add exitcode flag. Kill the process if leaks are found.Sergey Matveev2013-05-241-0/+2
* [lsan] Change CMakeLists to build the common LSan module for ASan.Sergey Matveev2013-05-211-0/+7
* [lsan] GetUserBegin() in LSan.Sergey Matveev2013-05-201-1/+4
* [lsan] Common leak checking module.Sergey Matveev2013-05-201-0/+190
OpenPOWER on IntegriCloud