HomeSort by relevance Sort by last modified time
    Searched refs:MayReturnNull (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_allocator.h 37 bool MayReturnNull;
scudo_allocator.cpp 247 MayReturnNull = cf->allocator_may_return_null;
256 cf->allocator_may_return_null = MayReturnNull;
308 BackendAllocator.Init(Options.MayReturnNull);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 278 options->may_return_null = allocator.MayReturnNull();

Completed in 737 milliseconds