OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocator_may_return_null
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.cc
232
static atomic_uint8_t
allocator_may_return_null
= {0};
variable in namespace:__sanitizer
243
return atomic_load(&
allocator_may_return_null
, memory_order_relaxed);
247
atomic_store(&
allocator_may_return_null
, may_return_null,
253
"
allocator_may_return_null
=1\n");
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_allocator.cc
41
SetAllocatorMayReturnNull(common_flags()->
allocator_may_return_null
);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc
130
SetAllocatorMayReturnNull(common_flags()->
allocator_may_return_null
);
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_mman.cc
118
SetAllocatorMayReturnNull(common_flags()->
allocator_may_return_null
);
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc
225
may_return_null = cf->
allocator_may_return_null
;
235
cf->
allocator_may_return_null
= may_return_null;
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025