Lines Matching +full:odr +full:- +full:value
1 //===-- asan_flags.inc ------------------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
19 ASAN_FLAG(int, quarantine_size, -1,
21 ASAN_FLAG(int, quarantine_size_mb, -1,
22 "Size (in Mb) of quarantine used to detect use-after-free "
23 "errors. Lower value may reduce memory usage but increase the "
25 ASAN_FLAG(int, thread_local_quarantine_size_kb, -1,
27 "use-after-free errors. Lower value may reduce memory usage but "
41 "Controls the way to handle globals (0 - don't detect buffer overflow on "
42 "globals, 1 - detect buffer overflow, 2 - print data about registered "
54 "Enables stack-use-after-return checking at run-time.")
71 "Value used to fill the newly allocated memory.")
73 "Value used to fill deallocated memory.")
111 "Poison (or not) the heap memory on [de]allocation. Zero value is useful "
114 "If true, poison partially addressable 8-byte aligned words "
143 "If >= 2, detect operations like <, <=, >, >= and - on invalid pointer "
145 "If == 1, detect invalid operations only when both pointers are non-null.")
151 "If >=2, detect violation of One-Definition-Rule (ODR); "
152 "If ==1, detect ODR-violation only if the two variables "
164 " when other library has to be preloaded system-wide)")