Home
last modified time | relevance | path

Searched refs:may_return_null (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_activation.cc90 allocator_options.may_return_null, coverage, coverage_dir, in Print()
119 disabled.may_return_null = true; in AsanDeactivate()
H A Dasan_allocator.cc225 may_return_null = cf->allocator_may_return_null; in SetFrom()
235 cf->allocator_may_return_null = may_return_null; in CopyTo()
281 SetAllocatorMayReturnNull(options.may_return_null); in InitLinkerInitialized()
318 SetAllocatorMayReturnNull(options.may_return_null); in ReInitialize()
339 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
H A Dasan_allocator.h39 u8 may_return_null; member
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc246 void SetAllocatorMayReturnNull(bool may_return_null) { in SetAllocatorMayReturnNull() argument
247 atomic_store(&allocator_may_return_null, may_return_null, in SetAllocatorMayReturnNull()
H A Dsanitizer_allocator.h37 void SetAllocatorMayReturnNull(bool may_return_null);