1================
2LeakSanitizer
3================
4
5.. contents::
6   :local:
7
8Introduction
9============
10
11LeakSanitizer is a heap leak detector which is designed to be used on top of
12:doc:`AddressSanitizer` / :doc:`MemorySanitizer`, or as a standalone library.
13LeakSanitizer is a run-time tool which doesn't require compiler
14instrumentation.
15
16Current status
17==============
18
19LeakSanitizer is a work in progress, currently under development for
20x86\_64 Linux.
21
22More Information
23================
24
25Design wiki:
26`https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument
27<https://code.google.com/p/address-sanitizer/wiki/LeakSanitizerDesignDocument>`_
28
29