Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zic/
H A Dialloc.c10 imalloc(n) in imalloc() function
22 return (imalloc(size));
H A Dprivate.h52 char *imalloc(int n);
H A Dscheck.c22 fbuf = imalloc((int)(2 * strlen(format) + 4));
H A Dzic.c367 #define emalloc(size) memcheck(imalloc(size))