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

/freebsd-current/contrib/jemalloc/src/
H A Dckh.c296 idalloctm(tsd_tsdn(tsd), tab, NULL, NULL, true, true);
301 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, NULL, true, true);
343 idalloctm(tsd_tsdn(tsd), tab, NULL, NULL, true, true);
351 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, NULL, true, true);
432 idalloctm(tsd_tsdn(tsd), ckh->tab, NULL, NULL, true, true);
H A Dprof.c869 idalloctm(tsd_tsdn(tsd), gctx, NULL, NULL, true, true);
983 idalloctm(tsd_tsdn(tsd), tctx, NULL, NULL, true, true);
1015 idalloctm(tsd_tsdn(tsd), gctx.v, NULL, NULL,
1040 idalloctm(tsd_tsdn(tsd), tgctx.v, NULL, NULL, true,
1113 idalloctm(tsd_tsdn(tsd), ret.v, NULL, NULL, true, true);
1517 idalloctm(tsd_tsdn(tsd), to_destroy,
2225 idalloctm(tsd_tsdn(tsd), tdata, NULL, NULL, true, true);
2281 idalloctm(tsd_tsdn(tsd), tdata->thread_name, NULL, NULL, true,
2285 idalloctm(tsd_tsdn(tsd), tdata, NULL, NULL, true, true);
2844 idalloctm(tsd_tsd
[all...]
H A Dtcache.c556 idalloctm(tsd_tsdn(tsd), avail_array, NULL, NULL, true, true);
559 idalloctm(tsd_tsdn(tsd), tcache, NULL, NULL, true, true);
H A Djemalloc.c250 idalloctm(TSDN_NULL, ptr, NULL, NULL, is_internal, true);
2590 idalloctm(tsd_tsdn(tsd), ptr, tcache, &alloc_ctx, false,
2593 idalloctm(tsd_tsdn(tsd), ptr, tcache, &alloc_ctx, false,
/freebsd-current/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_inlines_c.h104 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, alloc_ctx_t *alloc_ctx, function
123 idalloctm(tsd_tsdn(tsd), ptr, tcache_get(tsd), NULL, false, true);

Completed in 163 milliseconds