Searched defs:chunks_rtree (Results 1 - 3 of 3) sorted by relevance

/external/jemalloc/src/
H A Dchunk.c14 rtree_t chunks_rtree; variable
147 if (rtree_set(&chunks_rtree, (uintptr_t)chunk, node))
173 err = rtree_set(&chunks_rtree, (uintptr_t)chunk, NULL);
725 if (rtree_new(&chunks_rtree, (unsigned)((ZU(1) << (LG_SIZEOF_PTR+3)) -
/external/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h174 #define chunks_rtree JEMALLOC_N(chunks_rtree) macro
H A Dprivate_unnamespace.h174 #undef chunks_rtree macro

Completed in 79 milliseconds