Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Drtree.c74 rtree_ctx_data_init(&rtree_ctx); in TEST_BEGIN()
98 rtree_ctx_data_init(&rtree_ctx); in TEST_BEGIN()
133 rtree_ctx_data_init(&rtree_ctx); in TEST_BEGIN()
166 rtree_ctx_data_init(&rtree_ctx); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Drtree_tsd.h48 void rtree_ctx_data_init(rtree_ctx_t *ctx);
H A Dtsd.h320 rtree_ctx_data_init(fallback); in tsdn_rtree_ctx()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dtsd.c72 rtree_ctx_data_init(tsd_rtree_ctxp_get_unsafe(tsd)); in tsd_data_init()
107 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