Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/tests/
H A Dcrash_handler_api.cpp137 State.FailureType = Error::DOUBLE_FREE; in TEST_F()
141 EXPECT_EQ(Error::DOUBLE_FREE, in TEST_F()
/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dcommon.cpp25 case Error::DOUBLE_FREE: in ErrorToString()
H A Dcommon.h46 DOUBLE_FREE, enumerator
H A Dguarded_pool_allocator.cpp296 trapOnAddress(UPtr, Error::DOUBLE_FREE); in deallocate()