Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_linux.cpp68 reportMapError(errno == ENOMEM ? Size : 0); in mmapWrapper()
112 reportMapError(); in remapImpl()
H A Dreport_linux.h22 void NORETURN reportMapError(uptr SizeIfOOM = 0);
H A Dreport_linux.cpp26 void NORETURN reportMapError(uptr SizeIfOOM) { in reportMapError() function
H A Dtrusty.cpp55 reportMapError(Size); in map()
H A Dlinux.cpp70 reportMapError(errno == ENOMEM ? Size : 0); in map()