Home
last modified time | relevance | path

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

/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()