Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/scudo/standalone/
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()) {
Dcombined.h705 bool canReturnNull() { in canReturnNull() function
/external/scudo/standalone/
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()) {
Dcombined.h773 bool canReturnNull() { in canReturnNull() function
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_allocator.cpp582 bool canReturnNull() { in canReturnNull() function
700 if (Instance.canReturnNull()) in scudoAllocate()
734 if (Instance.canReturnNull()) in scudoPvalloc()
745 if (!Instance.canReturnNull()) in scudoPosixMemalign()
759 if (Instance.canReturnNull()) in scudoAlignedAlloc()