Searched refs:imalloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/tzcode/zic/
H A Dialloc.c24 imalloc(n) function
46 return imalloc(size);
H A Dscheck.c36 fbuf = imalloc((int) (2 * strlen(format) + 4));
H A Dprivate.h155 char * imalloc (int n);
H A Dzic.c388 #define emalloc(size) memcheck(imalloc(size))

Completed in 63 milliseconds