HomeSort by relevance Sort by last modified time
    Searched defs:max_redzone (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/asan/
asan_allocator.h 37 u16 max_redzone; member in struct:__asan::AllocatorOptions
asan_allocator.cc 211 max_redzone = f->max_redzone;
219 f->max_redzone = max_redzone;
238 atomic_uint16_t max_redzone; member in struct:__asan::Allocator
248 CHECK_GE(options.max_redzone, options.min_redzone);
249 CHECK_LE(options.max_redzone, 2048);
251 CHECK(IsPowerOfTwo(options.max_redzone));
261 atomic_store(&max_redzone, options.max_redzone, memory_order_release)
    [all...]

Completed in 570 milliseconds