Searched refs:reportInvalidAlignedAllocAlignment (Results 1 – 4 of 4) sorted by relevance
56 void NORETURN reportInvalidAlignedAllocAlignment(uptr Size, uptr Alignment);
184 void NORETURN reportInvalidAlignedAllocAlignment(uptr Alignment, uptr Size) { in reportInvalidAlignedAllocAlignment() function
307 scudo::reportInvalidAlignedAllocAlignment(alignment, size);
53 EXPECT_DEATH(scudo::reportInvalidAlignedAllocAlignment(123, 456), in TEST()