Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc25 if (SCUDO_ALLOCATOR.canReturnNull()) {
81 if (SCUDO_ALLOCATOR.canReturnNull()) {
95 if (!SCUDO_ALLOCATOR.canReturnNull())
110 if (SCUDO_ALLOCATOR.canReturnNull()) {
204 if (SCUDO_ALLOCATOR.canReturnNull()) {
H A Dcombined.h771 bool canReturnNull() { in canReturnNull() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp585 bool canReturnNull() { in canReturnNull() function
704 if (Instance.canReturnNull()) in scudoAllocate()
738 if (Instance.canReturnNull()) in scudoPvalloc()
749 if (!Instance.canReturnNull()) in scudoPosixMemalign()
763 if (Instance.canReturnNull()) in scudoAlignedAlloc()