• Home
  • Raw
  • Download

Lines Matching refs:AddressSanitizer

2 AddressSanitizer  title
11 AddressSanitizer is a fast memory error detector. It consists of a compiler
21 Typical slowdown introduced by AddressSanitizer is **2x**.
32 AddressSanitizer run-time library should be linked to the final executable, so
34 shared libraries, the AddressSanitizer run-time is not linked, so
35 ``-Wl,-z,defs`` may cause link errors (don't use it with AddressSanitizer). To
63 exit with a non-zero exit code. To make AddressSanitizer symbolize its output
71 …==9442== ERROR: AddressSanitizer heap-use-after-free on address 0x7f7ddab8c084 at pc 0x403c8c bp 0…
94 …==9442== ERROR: AddressSanitizer heap-use-after-free on address 0x7f7ddab8c084 at pc 0x403c8c bp 0…
101 file\:line info in the AddressSanitizer reports.
103 AddressSanitizer exits on the first detected error. This is by design.
113 AddressSanitizer is enabled.
121 // code that builds only under AddressSanitizer
128 Some code should not be instrumented by AddressSanitizer. One may use the
139 AddressSanitizer can optionally detect dynamic initialization order problems,
148 AddressSanitizer supports ``src`` and ``fun`` entity types in
150 in the specified source files or functions. Additionally, AddressSanitizer
178 For the experimental memory leak detector in AddressSanitizer, see
184 AddressSanitizer is supported on
196 * AddressSanitizer uses more real memory than a native run. Exact overhead
199 * AddressSanitizer uses more stack memory. We have seen up to 3x increase.
200 * On 64-bit platforms AddressSanitizer maps (but not reserves) 16+ Terabytes of
208 AddressSanitizer is fully functional on supported platforms starting from LLVM