Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc100 return allocator()->ReturnNullOrDie(); in user_alloc()
113 return allocator()->ReturnNullOrDie(); in user_calloc()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc115 return allocator.ReturnNullOrDie(); in MsanAllocate()
173 return allocator.ReturnNullOrDie(); in MsanCalloc()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1031 return ReturnNullOrDie(); in Allocate()
1067 void *ReturnNullOrDie() { in ReturnNullOrDie() function
1292 return ReturnNullOrDie();
1294 return ReturnNullOrDie();
1314 void *ReturnNullOrDie() { in ReturnNullOrDie() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc359 return allocator.ReturnNullOrDie(); in Allocate()
377 return allocator.ReturnNullOrDie(); in Allocate()
556 return allocator.ReturnNullOrDie(); in Calloc()