Home
last modified time | relevance | path

Searched refs:canReturnNull (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc25 if (SCUDO_ALLOCATOR.canReturnNull()) {
98 if (SCUDO_ALLOCATOR.canReturnNull()) {
112 if (!SCUDO_ALLOCATOR.canReturnNull())
127 if (SCUDO_ALLOCATOR.canReturnNull()) {
221 if (SCUDO_ALLOCATOR.canReturnNull()) {
H A Dcombined.h781 bool canReturnNull() { in canReturnNull() function
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp586 bool canReturnNull() { in canReturnNull() function
705 if (Instance.canReturnNull()) in scudoAllocate()
739 if (Instance.canReturnNull()) in scudoPvalloc()
750 if (!Instance.canReturnNull()) in scudoPosixMemalign()
764 if (Instance.canReturnNull()) in scudoAlignedAlloc()