Searched refs:chunks_rtree (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dchunk.h38 extern rtree_t *chunks_rtree;
H A Dprivate_namespace.h118 #define chunks_rtree JEMALLOC_N(chunks_rtree) macro
H A Djemalloc_internal.h876 if (rtree_get(chunks_rtree, (uintptr_t)CHUNK_ADDR2BASE(ptr)) == NULL)
/freebsd-10-stable/contrib/jemalloc/src/
H A Dchunk.c24 rtree_t *chunks_rtree; variable
183 if (rtree_set(chunks_rtree, (uintptr_t)ret, ret)) {
324 rtree_set(chunks_rtree, (uintptr_t)chunk, NULL);
358 chunks_rtree = rtree_new((ZU(1) << (LG_SIZEOF_PTR+3)) -
360 if (chunks_rtree == NULL)
373 rtree_prefork(chunks_rtree);
383 rtree_postfork_parent(chunks_rtree);
393 rtree_postfork_child(chunks_rtree);

Completed in 68 milliseconds