Home
last modified time | relevance | path

Searched refs:rtree_leaf_alloc (Results 1 – 6 of 6) 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.h327 #define rtree_leaf_alloc JEMALLOC_N(rtree_leaf_alloc) macro
Dprivate_namespace.h320 #define rtree_leaf_alloc JEMALLOC_N(rtree_leaf_alloc) macro
Drtree.h118 extern rtree_leaf_alloc_t *JET_MUTABLE rtree_leaf_alloc;
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch88569 -rtree_leaf_alloc(tsdn_t *tsdn, rtree_t *rtree, size_t nelms) {
88610 - leaf = rtree_leaf_alloc(tsdn, rtree, ZU(1) <<