Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDrtree_tsd.h48 void rtree_ctx_data_init(rtree_ctx_t *ctx);
HDtsd.h410 rtree_ctx_data_init(fallback); in tsdn_rtree_ctx()
HDprivate_namespace.h344 #define rtree_ctx_data_init JEMALLOC_N(rtree_ctx_data_init) macro
/freebsd-13-stable/contrib/jemalloc/src/
HDtsd.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()
HDrtree.c309 rtree_ctx_data_init(rtree_ctx_t *ctx) { in rtree_ctx_data_init() function