Lines Matching full:emalloc
443 #define emalloc(size) memcheck(malloc(size))
1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1));
2248 startbuf = emalloc(max_abbr_len + 1);
2249 ab = emalloc(max_abbr_len + 1);
2250 envvar = emalloc(max_envvar_len + 1);
2920 array = emalloc(size_product(strlen(cp) + 1, sizeof *array));