Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc78 TEST(AddressSanitizerMac, CFAllocatorMallocDoubleFree) { in TEST() argument
79 EXPECT_DEATH(CFAllocatorMallocDoubleFree(), "attempting double-free"); in TEST()
Dasan_mac_test.h4 void CFAllocatorMallocDoubleFree();
Dasan_mac_test_helpers.mm27 void CFAllocatorMallocDoubleFree() { function