Home
last modified time | relevance | path

Searched refs:CFAllocatorMallocDoubleFree (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/asan/tests/
H A Dasan_mac_test.cpp77 TEST(AddressSanitizerMac, CFAllocatorMallocDoubleFree) { in TEST() argument
78 EXPECT_DEATH(CFAllocatorMallocDoubleFree(), "attempting double-free"); in TEST()
H A Dasan_mac_test.h4 void CFAllocatorMallocDoubleFree();
H A Dasan_mac_test_helpers.mm27 void CFAllocatorMallocDoubleFree() { function