Searched refs:iallocztm (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_inlines_c.h | 41 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm() function 62 return iallocztm(tsd_tsdn(tsd), size, ind, zero, tcache_get(tsd), false, in ialloc()
|
/external/jemalloc_new/src/ |
D | prof.c | 558 prof_gctx_t *gctx = (prof_gctx_t *)iallocztm(tsdn, size, in prof_gctx_create() 821 ret.v = iallocztm(tsd_tsdn(tsd), sizeof(prof_tctx_t), in prof_lookup() 1910 tdata = (prof_tdata_t *)iallocztm(tsd_tsdn(tsd), sizeof(prof_tdata_t), in prof_tdata_init_impl() 2147 ret = iallocztm(tsdn, size, sz_size2index(size), false, NULL, true, in prof_thread_name_alloc()
|
D | jemalloc.c | 234 return iallocztm(TSDN_NULL, size, sz_size2index(size), zero, NULL, in a0ialloc() 1725 return iallocztm(tsd_tsdn(tsd), size, ind, dopts->zero, tcache, false,
|