do_malloc
Fortbuf = do_malloc(Fort_len + 10);
static void *do_malloc(size_t);
tpath = do_malloc(strlen(dir) + strlen(file) + 2);
fp = do_malloc(sizeof *fp);
new = do_malloc(len + 1);