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

  /external/compiler-rt/lib/msan/
msan_allocator.cc 115 return allocator.ReturnNullOrDie();
173 return allocator.ReturnNullOrDie();
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 324 return BackendAllocator.ReturnNullOrDie();
330 return BackendAllocator.ReturnNullOrDie();
337 return BackendAllocator.ReturnNullOrDie();
348 return BackendAllocator.ReturnNullOrDie();
510 return BackendAllocator.ReturnNullOrDie();
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 151 return allocator()->ReturnNullOrDie();
164 return allocator()->ReturnNullOrDie();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 148 return internal_allocator()->ReturnNullOrDie();
sanitizer_allocator.h     [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 359 return allocator.ReturnNullOrDie();
377 return allocator.ReturnNullOrDie();
566 return allocator.ReturnNullOrDie();

Completed in 256 milliseconds