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

/external/jemalloc/include/jemalloc/internal/
H A Dchunk.h38 extern rtree_t *chunks_rtree;
H A Dprivate_namespace.h129 #define chunks_rtree JEMALLOC_N(chunks_rtree) macro
H A Dprivate_unnamespace.h129 #undef chunks_rtree macro
H A Djemalloc_internal.h737 if (rtree_get(chunks_rtree, (uintptr_t)CHUNK_ADDR2BASE(ptr)) == 0)
/external/jemalloc/src/
H A Dchunk.c24 rtree_t *chunks_rtree; variable
189 if (rtree_set(chunks_rtree, (uintptr_t)chunk, 1))
369 rtree_set(chunks_rtree, (uintptr_t)chunk, 0);
411 chunks_rtree = rtree_new((ZU(1) << (LG_SIZEOF_PTR+3)) -
413 if (chunks_rtree == NULL)
426 rtree_prefork(chunks_rtree);
436 rtree_postfork_parent(chunks_rtree);
446 rtree_postfork_child(chunks_rtree);

Completed in 348 milliseconds