MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / rtree_leaf_alloc_impl

Function rtree_leaf_alloc_impl

deps/jemalloc/src/rtree.c:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 rtree_node_dalloc_impl;
44
45static rtree_leaf_elm_t *
46rtree_leaf_alloc_impl(tsdn_t *tsdn, rtree_t *rtree, size_t nelms) {
47 return (rtree_leaf_elm_t *)base_alloc(tsdn, b0get(), nelms *
48 sizeof(rtree_leaf_elm_t), CACHELINE);
49}
50rtree_leaf_alloc_t *JET_MUTABLE rtree_leaf_alloc = rtree_leaf_alloc_impl;
51
52static void

Callers

nothing calls this directly

Calls 2

base_allocFunction · 0.70
b0getFunction · 0.70

Tested by

no test coverage detected