Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/internal/
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];
/external/jemalloc_new/src/
Drtree.c283 sizeof(rtree_ctx_cache_elm_t) * \ in rtree_leaf_elm_lookup_hard()
317 rtree_ctx_cache_elm_t *cache = &ctx->cache[i]; in rtree_ctx_data_init()
322 rtree_ctx_cache_elm_t *cache = &ctx->l2_cache[i]; in rtree_ctx_data_init()