Searched refs:InvalidCookie (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | chunk_test.cpp | 17 static constexpr scudo::u32 InvalidCookie = 0x11223344U; variable 35 EXPECT_FALSE(scudo::Chunk::isValid(InvalidCookie, P, &Header)); in TEST() 36 EXPECT_DEATH(scudo::Chunk::loadHeader(InvalidCookie, P, &Header), ""); in TEST() 59 EXPECT_FALSE(scudo::Chunk::isValid(InvalidCookie, P, &NewHeader)); in TEST()
|
/external/scudo/standalone/tests/ |
D | chunk_test.cpp | 17 static constexpr scudo::u32 InvalidCookie = 0x11223344U; variable 35 EXPECT_FALSE(scudo::Chunk::isValid(InvalidCookie, P, &Header)); in TEST() 36 EXPECT_DEATH(scudo::Chunk::loadHeader(InvalidCookie, P, &Header), ""); in TEST() 59 EXPECT_FALSE(scudo::Chunk::isValid(InvalidCookie, P, &NewHeader)); in TEST()
|