HomeSort by: relevance | last modified time | path
    Searched refs:may_return_null (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator.h 37 void SetAllocatorMayReturnNull(bool may_return_null);
sanitizer_allocator.cc 246 void SetAllocatorMayReturnNull(bool may_return_null) {
247 atomic_store(&allocator_may_return_null, may_return_null,
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_activation.cc 90 allocator_options.may_return_null, coverage, coverage_dir,
119 disabled.may_return_null = true;
asan_allocator.h 39 u8 may_return_null; member in struct:__asan::AllocatorOptions
asan_allocator.cc 225 may_return_null = cf->allocator_may_return_null;
235 cf->allocator_may_return_null = may_return_null;
281 SetAllocatorMayReturnNull(options.may_return_null);
318 SetAllocatorMayReturnNull(options.may_return_null);
339 options->may_return_null = AllocatorMayReturnNull();

Completed in 82 milliseconds