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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 143 void *AllocatorReturnNull() {
sanitizer_allocator.h 27 void *AllocatorReturnNull();
    [all...]
  /external/compiler-rt/lib/msan/
msan_allocator.cc 85 return AllocatorReturnNull();
msan_interceptors.cc 815 return AllocatorReturnNull();
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc 87 return AllocatorReturnNull();
tsan_interceptors.cc 476 return AllocatorReturnNull();
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator2.cc 318 return AllocatorReturnNull();
607 return AllocatorReturnNull();

Completed in 108 milliseconds