15 DHAT_AD_HOC_EVENT(10);
18 // At one point malloc was broken with --mode=ad-hoc(!), and Valgrind was
19 // printing messages like "VG_USERREQ__CLIENT_CALL1: func=0x0" when malloc
20 // was called. So check that it's basically working...
21 char* p
= malloc(100);