Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp26 void NORETURN reportMapError(uptr SizeIfOOM) { in reportMapError() function
H A Dlinux.cpp73 reportMapError(errno == ENOMEM ? Size : 0); in map()