Home
last modified time | relevance | path

Searched refs:MayReturnNull (Results 1 – 6 of 6) sorted by relevance

/external/scudo/standalone/
Dcombined.h156 Primary.Options.set(OptionBit::MayReturnNull); in init()
321 if (Options.get(OptionBit::MayReturnNull))
359 if (Options.get(OptionBit::MayReturnNull))
369 if (Options.get(OptionBit::MayReturnNull))
406 if (Options.get(OptionBit::MayReturnNull))
607 if (Options.get(OptionBit::MayReturnNull))
813 return Primary.Options.load().get(OptionBit::MayReturnNull); in canReturnNull()
890 bool MayReturnNull) { in setRssLimitsTestOnly() argument
892 if (MayReturnNull) in setRssLimitsTestOnly()
893 Primary.Options.set(OptionBit::MayReturnNull); in setRssLimitsTestOnly()
Doptions.h19 MayReturnNull, enumerator
/external/compiler-rt/lib/scudo/
Dscudo_allocator.h37 bool MayReturnNull; member
Dscudo_allocator.cpp247 MayReturnNull = cf->allocator_may_return_null; in setFrom()
256 cf->allocator_may_return_null = MayReturnNull; in copyTo()
308 BackendAllocator.Init(Options.MayReturnNull); in init()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1334 bool MayReturnNull() const { in MayReturnNull() function
1339 if (MayReturnNull()) in ReturnNullOrDie()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc278 options->may_return_null = allocator.MayReturnNull(); in GetOptions()