or download this
Index: charmonizer/src/Charmonizer/Probe/Memory.c
===================================================================
...
sprintf(code_buf, alloca_code, "malloc.h", "_alloca");
if (CC_test_compile(code_buf, strlen(code_buf))) {
has_malloc_h = true;