Home
last modified time | relevance | path

Searched refs:rtree_ctx_cache_elm_t (Results 1 – 3 of 3) 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()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch52574 -typedef struct rtree_ctx_cache_elm_s rtree_ctx_cache_elm_t;
52583 - rtree_ctx_cache_elm_t cache[RTREE_CTX_NCACHE];
52585 - rtree_ctx_cache_elm_t l2_cache[RTREE_CTX_NCACHE_L2];
88750 - sizeof(rtree_ctx_cache_elm_t) * \
88784 - rtree_ctx_cache_elm_t *cache = &ctx->cache[i];
88789 - rtree_ctx_cache_elm_t *cache = &ctx->l2_cache[i];