do_malloc
input_ptr = do_malloc(off);
start = do_malloc(sizeof(void *) * entries);
static void *do_malloc(u_int);
Fortbuf = do_malloc((unsigned int) Fort_len + 10);
tpath = do_malloc((unsigned int)(strlen(dir) + strlen(file) + 2));
fp = do_malloc(sizeof(*fp));
new = do_malloc(len + 1);