Home
last modified time | relevance | path

Searched refs:reportPvallocOverflow (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dreport_test.cpp53 EXPECT_DEATH(scudo::reportPvallocOverflow(123), "Scudo ERROR.*123"); in TEST()
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dreport.h54 void NORETURN reportPvallocOverflow(uptr Size);
H A Dreport.cpp189 void NORETURN reportPvallocOverflow(uptr Size) { in reportPvallocOverflow() function
H A Dwrappers_c.inc131 scudo::reportPvallocOverflow(size);