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.cc81 return allocator()->ReturnNullOrDie(); in user_alloc()
94 return allocator()->ReturnNullOrDie(); in user_calloc()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc96 return allocator.ReturnNullOrDie(); in MsanAllocate()
156 return allocator.ReturnNullOrDie(); in MsanCalloc()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1026 return ReturnNullOrDie(); in Allocate()
1062 void *ReturnNullOrDie() { in ReturnNullOrDie() function
1287 return ReturnNullOrDie();
1289 return ReturnNullOrDie();
1309 void *ReturnNullOrDie() { in ReturnNullOrDie() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc359 return allocator.ReturnNullOrDie(); in Allocate()
377 return allocator.ReturnNullOrDie(); in Allocate()
557 return allocator.ReturnNullOrDie(); in Calloc()