Searched refs:chunks_rtree (Results 1 – 5 of 5) sorted by relevance
47 extern rtree_t chunks_rtree;93 return (rtree_get(&chunks_rtree, (uintptr_t)ptr, dependent)); in chunk_lookup()
183 chunks_rtree
183 #define chunks_rtree JEMALLOC_N(chunks_rtree) macro
183 #undef chunks_rtree
14 rtree_t chunks_rtree; variable149 if (rtree_set(&chunks_rtree, (uintptr_t)chunk, node)) in chunk_register()175 err = rtree_set(&chunks_rtree, (uintptr_t)chunk, NULL); in chunk_deregister()790 if (rtree_new(&chunks_rtree, (unsigned)((ZU(1) << (LG_SIZEOF_PTR+3)) - in chunk_boot()