OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:malloc_context_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stack.cc
20
static atomic_uint32_t
malloc_context_size
;
variable in namespace:__asan
23
atomic_store(&
malloc_context_size
, size, memory_order_release);
27
return atomic_load(&
malloc_context_size
, memory_order_acquire);
asan_activation.cc
29
int
malloc_context_size
;
member in struct:__asan::AsanDeactivatedFlags
55
cf.
malloc_context_size
=
malloc_context_size
;
74
malloc_context_size
= cf.
malloc_context_size
;
83
"max_redzone %d, poison_heap %d,
malloc_context_size
%d, "
88
allocator_options.max_redzone, poison_heap,
malloc_context_size
,
103
asan_deactivated_flags.
malloc_context_size
= GetMallocContextSize();
134
SetMallocContextSize(asan_deactivated_flags.
malloc_context_size
);
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025