From ceab8e2301ec56c662a4b59ff033e14922abbd17 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 11 Dec 2013 09:15:45 +0000 Subject: [PATCH] Merging r197022: ------------------------------------------------------------------------ r197022 | smatveev | 2013-12-11 13:14:36 +0400 (Wed, 11 Dec 2013) | 1 line Mention LeakSanitizer in AddressSanitizer docs. ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_34@197023 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/AddressSanitizer.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/AddressSanitizer.rst b/docs/AddressSanitizer.rst index 4d5944d372..5bc6d0b88b 100644 --- a/docs/AddressSanitizer.rst +++ b/docs/AddressSanitizer.rst @@ -16,6 +16,7 @@ following types of bugs: * Use-after-free * Use-after-return (to some extent) * Double-free, invalid free +* Memory leaks (experimental) Typical slowdown introduced by AddressSanitizer is **2x**. @@ -155,6 +156,12 @@ problems happening in certain source files or with certain global variables. type:*BadInitClassSubstring*=init src:bad/init/files/*=init +Memory leak detection +--------------------- + +For the experimental memory leak detector in AddressSanitizer, see +:doc:`LeakSanitizer`. + Supported Platforms =================== -- 2.50.1