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

/freebsd-10.0-release/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-10.0-release/contrib/tzcode/stdtime/
H A Dprivate.h197 char * imalloc(int n);
/freebsd-10.0-release/contrib/jemalloc/src/
H A Dquarantine.c31 quarantine = (quarantine_t *)imalloc(offsetof(quarantine_t, objs) +
H A Dprof.c132 ret = (prof_bt_t *)imalloc(QUANTUM_CEILING(sizeof(prof_bt_t)) +
463 ctx.v = imalloc(sizeof(prof_ctx_t));
521 ret.v = imalloc(sizeof(prof_thr_cnt_t));
1075 prof_tdata = (prof_tdata_t *)imalloc(sizeof(prof_tdata_t));
1086 prof_tdata->vec = imalloc(sizeof(void *) * PROF_BT_MAX);
H A Djemalloc.c884 ret = imalloc(SMALL_MAXCLASS+1);
888 ret = imalloc(size);
892 ret = imalloc(size);
1216 ret = imalloc(SMALL_MAXCLASS+1);
1222 ret = imalloc(size);
1228 ret = imalloc(size);
H A Dctl.c557 astats = (ctl_arena_stats_t *)imalloc(astats_size);
563 tarenas = (arena_t **)imalloc((ctl_stats.narenas + 1) *
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h756 void *imalloc(size_t size);
792 imalloc(size_t size) function
H A Dprivate_namespace.h210 #define imalloc JEMALLOC_N(imalloc) macro

Completed in 162 milliseconds