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

/external/jemalloc/test/unit/
H A Drtree.c23 rtree_set(rtree, 0, 1);
27 rtree_set(rtree, ~((uintptr_t)0), 1);
46 rtree_set(rtree, keys[j], 1);
59 rtree_set(rtree, keys[j], 0);
82 rtree_set(rtree, keys[j], 1);
92 rtree_set(rtree, keys[j], 0);
/external/jemalloc/include/jemalloc/internal/
H A Drtree.h54 bool rtree_set(rtree_t *rtree, uintptr_t key, uint8_t val);
131 rtree_set(rtree_t *rtree, uintptr_t key, uint8_t val) function
H A Dprivate_namespace.h347 #define rtree_set JEMALLOC_N(rtree_set) macro
H A Dprivate_unnamespace.h347 #undef rtree_set macro
/external/jemalloc/src/
H A Dchunk.c189 if (rtree_set(chunks_rtree, (uintptr_t)chunk, 1))
369 rtree_set(chunks_rtree, (uintptr_t)chunk, 0);

Completed in 93 milliseconds