Home
last modified time | relevance | path

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

/external/scudo/standalone/tests/
Dreport_test.cpp54 EXPECT_DEATH(scudo::reportInvalidAlignedAllocAlignment(123, 456), in TEST()
/external/scudo/standalone/
Dreport.h56 void NORETURN reportInvalidAlignedAllocAlignment(uptr Size, uptr Alignment);
Dreport.cpp201 void NORETURN reportInvalidAlignedAllocAlignment(uptr Alignment, uptr Size) { in reportInvalidAlignedAllocAlignment() function
Dwrappers_c.inc231 scudo::reportInvalidAlignedAllocAlignment(alignment, size);