Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 951 Bytes

no-sanitize-address.md

File metadata and controls

27 lines (19 loc) · 951 Bytes
description title ms.date f1_keywords helpviewer_keywords
Learn more about: no_sanitize_address
no_sanitize_address
11/04/2016
no_sanitize_address__cpp
__declspec keyword [C++], no_sanitize_address
no_sanitize_address __declspec keyword

no_sanitize_address

Microsoft Specific

The __declspec(no_sanitize_address) specifier tells the compiler to disable the address sanitizer on functions, local variables, or global variables. This specifier is used in conjunction with AddressSanitizer.

Note

__declspec(no_sanitize_address) disables compiler behavior, not runtime behavior.

Example

See the AddressSanitizer build reference for examples.

END Microsoft Specific

See also

__declspec
Keywords
AddressSanitizer