Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport_linux.cpp36 void NORETURN reportUnmapError(uptr Addr, uptr Size) { in reportUnmapError() function
H A Dlinux.cpp87 reportUnmapError(reinterpret_cast<uptr>(Addr), Size); in unmap()