reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_allocator.h
   35 bool AllocatorMayReturnNull();

References

projects/compiler-rt/lib/asan/asan_allocator.cpp
  338     options->may_return_null = AllocatorMayReturnNull();
  403       if (AllocatorMayReturnNull())
  439       if (AllocatorMayReturnNull()) {
  460       if (AllocatorMayReturnNull())
  677       if (AllocatorMayReturnNull())
  886     if (AllocatorMayReturnNull())
  916     if (AllocatorMayReturnNull())
  930     if (AllocatorMayReturnNull())
  941     if (AllocatorMayReturnNull())
  952     if (AllocatorMayReturnNull())
projects/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  105     if (AllocatorMayReturnNull()) {
  126     if (AllocatorMayReturnNull())
  257     if (AllocatorMayReturnNull())
  309     if (AllocatorMayReturnNull())
  325     if (AllocatorMayReturnNull())
  337     if (AllocatorMayReturnNull())
  347     if (AllocatorMayReturnNull())
  357     if (AllocatorMayReturnNull())
projects/compiler-rt/lib/lsan/lsan_allocator.cpp
   71   if (AllocatorMayReturnNull()) {
   87     if (AllocatorMayReturnNull())
  102     if (AllocatorMayReturnNull())
  143     if (AllocatorMayReturnNull())
  159     if (AllocatorMayReturnNull())
  169     if (AllocatorMayReturnNull())
  192     if (AllocatorMayReturnNull())
  212     if (AllocatorMayReturnNull())
projects/compiler-rt/lib/msan/msan_allocator.cpp
  136     if (AllocatorMayReturnNull()) {
  154     if (AllocatorMayReturnNull())
  229     if (AllocatorMayReturnNull())
  265     if (AllocatorMayReturnNull())
  280     if (AllocatorMayReturnNull())
  292     if (AllocatorMayReturnNull())
  302     if (AllocatorMayReturnNull())
  312     if (AllocatorMayReturnNull())
projects/compiler-rt/lib/scudo/scudo_allocator.cpp
  313       if (AllocatorMayReturnNull())
  326       if (AllocatorMayReturnNull())
  332       if (AllocatorMayReturnNull())
  358       if (AllocatorMayReturnNull())
  562       if (AllocatorMayReturnNull())
  583     return AllocatorMayReturnNull();
projects/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
  158     if (AllocatorMayReturnNull())
  166     if (AllocatorMayReturnNull())
  193     if (AllocatorMayReturnNull())
  206     if (AllocatorMayReturnNull())
  252     if (AllocatorMayReturnNull())
  263     if (AllocatorMayReturnNull())
  280     if (AllocatorMayReturnNull())
  296     if (AllocatorMayReturnNull())