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

/external/jemalloc/test/unit/
H A Drtree.c8 rtree_t *rtree = rtree_new(i, imalloc, idalloc);
21 rtree_t *rtree = rtree_new(i, imalloc, idalloc);
43 rtree_t *rtree = rtree_new(i, imalloc, idalloc);
76 rtree_t *rtree = rtree_new(i, imalloc, idalloc);
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dialloc.c19 imalloc(n) function
41 return imalloc(size);
H A Dscheck.c31 fbuf = imalloc((int) (2 * strlen(format) + 4));
H A Dprivate.h178 char * imalloc(int n);
H A Dzic.c437 #define emalloc(size) memcheck(imalloc(size))
/external/icu/icu4c/source/tools/tzcode/
H A Dialloc.c19 imalloc(n) function
41 return imalloc(size);
H A Dscheck.c31 fbuf = imalloc((int) (2 * strlen(format) + 4));
H A Dprivate.h178 char * imalloc(int n);
H A Dzic.c437 #define emalloc(size) memcheck(imalloc(size))
/external/jemalloc/src/
H A Dquarantine.c31 quarantine = (quarantine_t *)imalloc(offsetof(quarantine_t, objs) +
H A Dprof.c113 ret = (prof_bt_t *)imalloc(QUANTUM_CEILING(sizeof(prof_bt_t)) +
504 ctx.v = imalloc(sizeof(prof_ctx_t));
587 ret.v = imalloc(sizeof(prof_thr_cnt_t));
1241 prof_tdata = (prof_tdata_t *)imalloc(sizeof(prof_tdata_t));
1252 prof_tdata->vec = imalloc(sizeof(void *) * PROF_BT_MAX);
H A Djemalloc.c886 p = imalloc(SMALL_MAXCLASS+1);
891 p = imalloc(usize);
906 p = imalloc(usize);
928 return (imalloc(size));
H A Dctl.c560 astats = (ctl_arena_stats_t *)imalloc((ctl_stats.narenas + 2) *
564 tarenas = (arena_t **)imalloc((ctl_stats.narenas + 1) *
610 * Deallocate arenas_old only if it came from imalloc() (not
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h613 void *imalloc(size_t size);
653 imalloc(size_t size) function
H A Dprivate_namespace.h220 #define imalloc JEMALLOC_N(imalloc) macro
H A Dprivate_unnamespace.h220 #undef imalloc macro

Completed in 2588 milliseconds