Mercurial > hg > CbC > CbC_llvm
comparison tools/clang/docs/LeakSanitizer.rst @ 3:9ad51c7bc036
1st commit. remove git dir and add all files.
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 15 May 2013 06:43:32 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 3:9ad51c7bc036 |
---|---|
1 ================ | |
2 LeakSanitizer | |
3 ================ | |
4 | |
5 .. contents:: | |
6 :local: | |
7 | |
8 Introduction | |
9 ============ | |
10 | |
11 LeakSanitizer is a heap leak detector which is designed to be used on top of | |
12 :doc:`AddressSanitizer` / :doc:`MemorySanitizer`, or as a standalone library. | |
13 LeakSanitizer is a run-time tool which doesn't require compiler | |
14 instrumentation. | |
15 | |
16 Current status | |
17 ============== | |
18 | |
19 LeakSanitizer is a work in progress, currently under development for | |
20 x86\_64 Linux. | |
21 | |
22 More Information | |
23 ================ | |
24 | |
25 Design wiki: | |
26 `https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument | |
27 <https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument>`_ | |
28 |