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

/freebsd-13-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))
/freebsd-13-stable/contrib/jemalloc/src/
H A Djemalloc.c2250 imalloc(static_opts_t *sopts, dynamic_opts_t *dopts) { function
2293 imalloc(&sopts, &dopts);
2420 ret = imalloc(&sopts, &dopts);
2463 imalloc(&sopts, &dopts);
2498 imalloc(&sopts, &dopts);
2721 imalloc(&sopts, &dopts);
2893 imalloc(&sopts, &dopts);
2932 imalloc(&sopts, &dopts);
3069 imalloc(&sopts, &dopts);
3122 imalloc(
[all...]

Completed in 71 milliseconds