Home
last modified time | relevance | path

Searched refs:tsd_rtree_ctx (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Darena_inlines_b.h304 rtree_ctx = tsd_rtree_ctx(tsdn_tsd(tsdn)); in arena_dalloc()
310 rtree_ctx = tsd_rtree_ctx(tsdn_tsd(tsdn)); in arena_dalloc()
409 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsdn_tsd(tsdn)); in arena_sdalloc()
H A Dtsd.h399 tsd_rtree_ctx(tsd_t *tsd) { in tsd_rtree_ctx() function
413 return tsd_rtree_ctx(tsdn_tsd(tsdn)); in tsdn_rtree_ctx()
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2573 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd); in ifree()
2623 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd); in isfree()
2631 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd); in isfree()
2681 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd); in je_realloc()
2807 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd); in free_fastpath()
3242 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd); in je_rallocx()
3392 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd); in je_xallocx()
H A Darena.c1121 rtree_ctx_t *rtree_ctx = tsd_rtree_ctx(tsd); in arena_reset()