Home
last modified time | relevance | path

Searched defs:MayReturnNull (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/scudo/
Dscudo_allocator.h37 bool MayReturnNull; member
/external/scudo/standalone/
Dcombined.h721 u8 MayReturnNull : 1; // may_return_null member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1334 bool MayReturnNull() const { in MayReturnNull() function