OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:min_redzone
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h
37
u16
min_redzone
;
member in struct:__asan::AllocatorOptions
asan_allocator.cc
223
min_redzone
= f->redzone;
233
f->redzone =
min_redzone
;
253
atomic_uint16_t
min_redzone
;
member in struct:__asan::Allocator
263
CHECK_GE(options.
min_redzone
, 16);
264
CHECK_GE(options.max_redzone, options.
min_redzone
);
266
CHECK(IsPowerOfTwo(options.
min_redzone
));
276
atomic_store(&
min_redzone
, options.
min_redzone
, memory_order_release);
337
options->
min_redzone
= atomic_load(&
min_redzone
, memory_order_acquire)
[
all
...]
Completed in 14 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025