Searched refs:reportUnmapError (Results 1 – 6 of 6) sorted by relevance
105 reportUnmapError(Addr, Size); in unmapImpl()143 reportUnmapError(getBase(), getCapacity()); in releaseImpl()
25 void NORETURN reportUnmapError(uptr Addr, uptr Size);
36 void NORETURN reportUnmapError(uptr Addr, uptr Size) { in reportUnmapError() function
65 reportUnmapError(reinterpret_cast<uptr>(Addr), Size); in unmap()
87 reportUnmapError(reinterpret_cast<uptr>(Addr), Size);
72 EXPECT_DEATH(scudo::reportUnmapError(0x1000U, 100U), in TEST()