Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.cpp324 return BackendAllocator.ReturnNullOrDie(); in allocate()
330 return BackendAllocator.ReturnNullOrDie(); in allocate()
337 return BackendAllocator.ReturnNullOrDie(); in allocate()
348 return BackendAllocator.ReturnNullOrDie(); in allocate()
510 return BackendAllocator.ReturnNullOrDie(); in calloc()
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc115 return allocator.ReturnNullOrDie(); in MsanAllocate()
173 return allocator.ReturnNullOrDie(); in MsanCalloc()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mman.cc151 return allocator()->ReturnNullOrDie(); in user_alloc()
164 return allocator()->ReturnNullOrDie(); in user_calloc()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc148 return internal_allocator()->ReturnNullOrDie(); in InternalCalloc()
Dsanitizer_allocator.h1055 return ReturnNullOrDie(); in Allocate()
1091 void *ReturnNullOrDie() { in ReturnNullOrDie() function
1316 return ReturnNullOrDie();
1318 return ReturnNullOrDie();
1338 void *ReturnNullOrDie() { in ReturnNullOrDie() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc359 return allocator.ReturnNullOrDie(); in Allocate()
377 return allocator.ReturnNullOrDie(); in Allocate()
566 return allocator.ReturnNullOrDie(); in Calloc()