OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_redzone
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_activation.cc
116
disabled.
min_redzone
= Max(16, (int)SHADOW_GRANULARITY);
117
disabled.max_redzone = disabled.
min_redzone
;
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
...]
asan_allocator.h
37
u16
min_redzone
;
member in struct:__asan::AllocatorOptions
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025