Home
last modified time | relevance | path

Searched refs:rtree_leaf_alloc (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/test/unit/
Drtree.c217 rtree_leaf_alloc_orig = rtree_leaf_alloc; in main()
218 rtree_leaf_alloc = rtree_leaf_alloc_intercept; in main()
/external/jemalloc_new/src/
Drtree.c50 rtree_leaf_alloc_t *JET_MUTABLE rtree_leaf_alloc = rtree_leaf_alloc_impl; variable
137 leaf = rtree_leaf_alloc(tsdn, rtree, ZU(1) << in rtree_leaf_init()
/external/jemalloc_new/include/jemalloc/internal/
Dprivate_namespace_jet.h326 #define rtree_leaf_alloc JEMALLOC_N(rtree_leaf_alloc) macro
Dprivate_namespace.h319 #define rtree_leaf_alloc JEMALLOC_N(rtree_leaf_alloc) macro
Drtree.h118 extern rtree_leaf_alloc_t *JET_MUTABLE rtree_leaf_alloc;