Searched refs:reportAlignmentTooBig (Results 1 – 4 of 4) sorted by relevance
28 EXPECT_DEATH(scudo::reportAlignmentTooBig(123, 456), "Scudo ERROR.*123.*456"); in TEST()
32 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment);
99 void NORETURN reportAlignmentTooBig(uptr Alignment, uptr MaxAlignment) { in reportAlignmentTooBig() function
323 reportAlignmentTooBig(Alignment, MaxAlignment);