Home
last modified time | relevance | path

Searched refs:rtree_ctx_cache_elm_t (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/jemalloc/include/jemalloc/internal/
H A Drtree_tsd.h34 typedef struct rtree_ctx_cache_elm_s rtree_ctx_cache_elm_t; typedef
43 rtree_ctx_cache_elm_t cache[RTREE_CTX_NCACHE];
45 rtree_ctx_cache_elm_t l2_cache[RTREE_CTX_NCACHE_L2];
/freebsd-src/contrib/jemalloc/src/
H A Drtree.c277 sizeof(rtree_ctx_cache_elm_t) * \ in rtree_leaf_elm_lookup_hard()
311 rtree_ctx_cache_elm_t *cache = &ctx->cache[i]; in rtree_ctx_data_init()
316 rtree_ctx_cache_elm_t *cache = &ctx->l2_cache[i]; in rtree_ctx_data_init()