Searched refs:emalloc (Results 1 – 1 of 1) sorted by relevance
443 #define emalloc(size) memcheck(malloc(size)) macro1608 zic_t *ats = emalloc(size_product(timecnt, sizeof *ats + 1)); in writezone()2248 startbuf = emalloc(max_abbr_len + 1); in outzone()2249 ab = emalloc(max_abbr_len + 1); in outzone()2250 envvar = emalloc(max_envvar_len + 1); in outzone()2920 array = emalloc(size_product(strlen(cp) + 1, sizeof *array)); in getfields()