Home
last modified time | relevance | path

Searched refs:DoubleFree (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
Dbacktrace.cpp16 TEST_P(BacktraceGuardedPoolAllocatorDeathTest, DoubleFree) { in TEST_P() argument
Dcrash_handler_api.cpp134 TEST_F(CrashHandlerAPITest, DoubleFree) { in TEST_F() argument
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_test.cpp467 void DoubleFree() { in DoubleFree() function
478 EXPECT_DEATH(DoubleFree(), ASAN_PCRE_DOTALL in TEST()
1271 DoubleFree(); in TEST()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_errors.h405 macro(DoubleFree) \
Dasan_report.cpp550 return err.DoubleFree.addr_description.addr; in __asan_get_report_address()