Home
last modified time | relevance | path

Searched refs:rtree_ctx_data_init (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Drtree_tsd.h48 void rtree_ctx_data_init(rtree_ctx_t *ctx);
H A Dtsd.h410 rtree_ctx_data_init(fallback); in tsdn_rtree_ctx()
/freebsd/contrib/jemalloc/src/
H A Dtsd.c224 rtree_ctx_data_init(tsd_rtree_ctxp_get_unsafe(tsd)); in tsd_data_init()
260 rtree_ctx_data_init(tsd_rtree_ctxp_get_unsafe(tsd)); in tsd_data_init_nocleanup()
H A Drtree.c309 rtree_ctx_data_init(rtree_ctx_t *ctx) { in rtree_ctx_data_init() function
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h344 #define rtree_ctx_data_init JEMALLOC_N(rtree_ctx_data_init) macro