Searched refs:rtree_set (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h129 bool rtree_set(rtree_t *rtree, uintptr_t key, const extent_node_t *val);
335 rtree_set(rtree_t *rtree, uintptr_t key, const extent_node_t *val) function
H A Dprivate_namespace.h469 #define rtree_set JEMALLOC_N(rtree_set) macro
/freebsd-11-stable/contrib/jemalloc/src/
H A Dchunk.c149 if (rtree_set(&chunks_rtree, (uintptr_t)chunk, node))
175 err = rtree_set(&chunks_rtree, (uintptr_t)chunk, NULL);

Completed in 79 milliseconds