OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_redzone
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_allocator.cc
210
min_redzone
= f->redzone;
218
f->redzone =
min_redzone
;
237
atomic_uint16_t
min_redzone
;
member in struct:__asan::Allocator
247
CHECK_GE(options.
min_redzone
, 16);
248
CHECK_GE(options.max_redzone, options.
min_redzone
);
250
CHECK(IsPowerOfTwo(options.
min_redzone
));
260
atomic_store(&
min_redzone
, options.
min_redzone
, memory_order_release);
276
options->
min_redzone
= atomic_load(&
min_redzone
, memory_order_acquire)
[
all
...]
asan_activation.cc
109
disabled.
min_redzone
= 16; // Redzone must be at least 16 bytes long.
asan_allocator.h
36
u16
min_redzone
;
member in struct:__asan::AllocatorOptions
Completed in 260 milliseconds