Home
last modified time | relevance | path

Searched refs:SetErrnoToENOMEM (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_checks.h27 void SetErrnoToENOMEM();
32 SetErrnoToENOMEM(); in SetErrnoOnNull()
H A Dsanitizer_allocator_checks.cpp18 void SetErrnoToENOMEM() { in SetErrnoToENOMEM() function