| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_allocator.h | 38 u16 max_redzone; member in struct:__asan::AllocatorOptions
|
| asan_allocator.cc | 224 max_redzone = f->max_redzone; 234 f->max_redzone = max_redzone; 254 atomic_uint16_t max_redzone; member in struct:__asan::Allocator 264 CHECK_GE(options.max_redzone, options.min_redzone); 265 CHECK_LE(options.max_redzone, 2048); 267 CHECK(IsPowerOfTwo(options.max_redzone)); 277 atomic_store(&max_redzone, options.max_redzone, memory_order_release) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_allocator.h | 38 u16 max_redzone; member in struct:__asan::AllocatorOptions
|
| asan_allocator.cpp | 334 max_redzone = f->max_redzone; 344 f->max_redzone = max_redzone; 364 atomic_uint16_t max_redzone; member in struct:__asan::Allocator 374 CHECK_GE(options.max_redzone, options.min_redzone); 375 CHECK_LE(options.max_redzone, 2048); 377 CHECK(IsPowerOfTwo(options.max_redzone)); 387 atomic_store(&max_redzone, options.max_redzone, memory_order_release) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_allocator.h | 38 u16 max_redzone; member in struct:__asan::AllocatorOptions
|
| asan_allocator.cpp | 281 max_redzone = f->max_redzone; 291 f->max_redzone = max_redzone; 312 atomic_uint16_t max_redzone; member in struct:__asan::Allocator 322 CHECK_GE(options.max_redzone, options.min_redzone); 323 CHECK_LE(options.max_redzone, 2048); 325 CHECK(IsPowerOfTwo(options.max_redzone)); 335 atomic_store(&max_redzone, options.max_redzone, memory_order_release) [all...] |