Searched refs:imalloc (Results 1 – 4 of 4) sorted by relevance
12 imalloc(n) in imalloc() function24 return (imalloc(size));
54 char *imalloc(int n);
24 fbuf = imalloc((int)(2 * strlen(format) + 4));
367 #define emalloc(size) memcheck(imalloc(size))