2013-05-14 23:48:54 +08:00
|
|
|
================
|
|
|
|
LeakSanitizer
|
|
|
|
================
|
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
|
|
|
LeakSanitizer is a heap leak detector which is designed to be used on top of
|
|
|
|
:doc:`AddressSanitizer` / :doc:`MemorySanitizer`, or as a standalone library.
|
|
|
|
LeakSanitizer is a run-time tool which doesn't require compiler
|
|
|
|
instrumentation.
|
|
|
|
|
|
|
|
Current status
|
|
|
|
==============
|
|
|
|
|
|
|
|
LeakSanitizer is a work in progress, currently under development for
|
|
|
|
x86\_64 Linux.
|
|
|
|
|
|
|
|
More Information
|
|
|
|
================
|
|
|
|
|
2013-12-01 05:54:43 +08:00
|
|
|
`https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer
|
|
|
|
<https://code.google.com/p/address-sanitizer/wiki/LeakSanitizer>`_
|
2013-05-14 23:48:54 +08:00
|
|
|
|