index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler-rt
/
lib
/
lsan
/
lsan_common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Sanitizer] Make "suppressions" and "print_suppressions" common runtime flags.
Alexey Samsonov
2014-07-30
1
-4
/
+0
*
[lsan] disable lsan if wordsize is not 64
Kostya Serebryany
2014-05-21
1
-1
/
+1
*
[lsan] remove LeakSanitizerIsTurnedOffForTheCurrentProcess (this was a bad id...
Kostya Serebryany
2014-01-15
1
-2
/
+0
*
[lsan] handle 'new T[0]' where T is a type with DTOR; fixes https://code.goog...
Kostya Serebryany
2014-01-10
1
-0
/
+9
*
[lsan] rename __lsan_is_turned_off to LeakSanitizerIsTurnedOffForTheCurrentPr...
Kostya Serebryany
2014-01-10
1
-0
/
+2
*
[lsan] Refactor the LeakReport class.
Sergey Matveev
2013-12-24
1
-5
/
+11
*
[lsan] Make the report_objects flag more useful.
Sergey Matveev
2013-12-24
1
-2
/
+11
*
[lsan] Remove the LSan-specific verbosity flag.
Sergey Matveev
2013-12-17
1
-3
/
+0
*
[lsan] Introduce print_suppressions flag.
Sergey Matveev
2013-12-17
1
-0
/
+2
*
[lsan] Introduce __lsan_(un)register_root_region().
Sergey Matveev
2013-12-17
1
-0
/
+2
*
[lsan] Make LSan ignore memory poisoned by ASan.
Sergey Matveev
2013-12-09
1
-0
/
+4
*
[lsan] Support ASan's stack-use-after-return mode in LSan.
Sergey Matveev
2013-10-14
1
-0
/
+2
*
Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...
Timur Iskhodzhanov
2013-08-13
1
-4
/
+5
*
[lsan] Handle fork() correctly.
Sergey Matveev
2013-07-08
1
-0
/
+7
*
[lsan] Add suppression support.
Sergey Matveev
2013-06-28
1
-0
/
+6
*
[LSan] Add the way to disable LSan at link time
Alexey Samsonov
2013-06-27
1
-0
/
+5
*
Revert to C-style callbacks for iteration over allocator chunks.
Sergey Matveev
2013-06-24
1
-58
/
+10
*
[asan] Move lsan_disabled out of thread context.
Sergey Matveev
2013-06-21
1
-8
/
+7
*
[LSan] Use a typedef for frontier vector
Alexey Samsonov
2013-06-14
1
-7
/
+9
*
[Sanitizer] Rename InternalVector to InternalMmapVector
Alexey Samsonov
2013-06-14
1
-9
/
+11
*
[lsan] Harmonized some naming inconsistencies.
Sergey Matveev
2013-06-11
1
-5
/
+5
*
[lsan] Implement __lsan_ignore_object().
Sergey Matveev
2013-06-06
1
-0
/
+11
*
[lsan] Add __lsan_disable() and __lsan_enable().
Sergey Matveev
2013-06-03
1
-6
/
+11
*
[lsan] Begin converting LSan tests to output tests.
Sergey Matveev
2013-05-27
1
-31
/
+14
*
[lsan] Prettify LSan reports and add a summary.
Sergey Matveev
2013-05-24
1
-0
/
+1
*
[lsan] Add exitcode flag. Kill the process if leaks are found.
Sergey Matveev
2013-05-24
1
-0
/
+2
*
[lsan] Change CMakeLists to build the common LSan module for ASan.
Sergey Matveev
2013-05-21
1
-0
/
+7
*
[lsan] GetUserBegin() in LSan.
Sergey Matveev
2013-05-20
1
-1
/
+4
*
[lsan] Common leak checking module.
Sergey Matveev
2013-05-20
1
-0
/
+190