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

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drtree.h51 void *rtree_get(rtree_t *rtree, uintptr_t key);
120 RTREE_GET_GENERATE(rtree_get)
H A Dprivate_namespace.h321 #define rtree_get JEMALLOC_N(rtree_get) macro
H A Djemalloc_internal.h876 if (rtree_get(chunks_rtree, (uintptr_t)CHUNK_ADDR2BASE(ptr)) == NULL)

Completed in 77 milliseconds