Home | History | Annotate | Download | only in docs
      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 
     29