หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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