HomeSort by relevance Sort by last modified time
    Searched refs:rtree_start_level (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
rtree.h 110 unsigned rtree_start_level(rtree_t *rtree, uintptr_t key);
130 rtree_start_level(rtree_t *rtree, uintptr_t key) function
241 start_level = rtree_start_level(rtree, key);
269 start_level = rtree_start_level(rtree, key);
private_namespace.h 445 #define rtree_start_level JEMALLOC_N(rtree_start_level) macro
private_unnamespace.h 445 #undef rtree_start_level macro

Completed in 55 milliseconds