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

  /external/jemalloc_new/test/unit/
rtree.c 217 rtree_leaf_alloc_orig = rtree_leaf_alloc;
218 rtree_leaf_alloc = rtree_leaf_alloc_intercept;
  /external/jemalloc_new/src/
rtree.c 50 rtree_leaf_alloc_t *JET_MUTABLE rtree_leaf_alloc = rtree_leaf_alloc_impl; variable
137 leaf = rtree_leaf_alloc(tsdn, rtree, ZU(1) <<
  /external/jemalloc_new/include/jemalloc/internal/
private_namespace.h 319 #define rtree_leaf_alloc JEMALLOC_N(rtree_leaf_alloc) macro
private_namespace_jet.h 326 #define rtree_leaf_alloc JEMALLOC_N(rtree_leaf_alloc) macro
rtree.h 118 extern rtree_leaf_alloc_t *JET_MUTABLE rtree_leaf_alloc;

Completed in 52 milliseconds