Searched refs:may_return_null (Results 1 – 6 of 6) sorted by relevance
89 allocator_options.may_return_null, coverage, coverage_dir, in Print()118 disabled.may_return_null = true; in AsanDeactivate()
335 may_return_null = cf->allocator_may_return_null; in SetFrom()345 cf->allocator_may_return_null = may_return_null; in CopyTo()391 SetAllocatorMayReturnNull(options.may_return_null); in InitLinkerInitialized()427 SetAllocatorMayReturnNull(options.may_return_null); in ReInitialize()449 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
193 void SetAllocatorMayReturnNull(bool may_return_null) { in SetAllocatorMayReturnNull() argument194 atomic_store(&allocator_may_return_null, may_return_null, in SetAllocatorMayReturnNull()
37 void SetAllocatorMayReturnNull(bool may_return_null);
40 SCUDO_FLAG(bool, may_return_null, true,
158 if (getFlags()->may_return_null) in init()