Searched refs:may_return_null (Results 1 – 8 of 8) sorted by relevance
89 allocator_options.may_return_null, coverage, coverage_dir, in Print()118 disabled.may_return_null = true; in AsanDeactivate()
281 may_return_null = cf->allocator_may_return_null; in SetFrom()291 cf->allocator_may_return_null = may_return_null; in CopyTo()337 SetAllocatorMayReturnNull(options.may_return_null); in InitLinkerInitialized()373 SetAllocatorMayReturnNull(options.may_return_null); in ReInitialize()394 options->may_return_null = AllocatorMayReturnNull(); in GetOptions()
39 u8 may_return_null; member
189 void SetAllocatorMayReturnNull(bool may_return_null) { in SetAllocatorMayReturnNull() argument190 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,
155 if (getFlags()->may_return_null) in init()
246 | may_return_null | true | true | Whether or not a non-fatal fa…