Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ rtree_delete
Function
rtree_delete
deps/jemalloc/src/rtree.c:93–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
# endif
92
93
void
94
rtree_delete(tsdn_t *tsdn, rtree_t *rtree) {
95
# if RTREE_HEIGHT > 1
96
rtree_delete_subtree(tsdn, rtree, rtree->root, 0);
97
# endif
98
}
99
#endif
100
101
static rtree_node_elm_t *
Callers
2
rtree.c
File · 0.50
TEST_BEGIN
Function · 0.50
Calls
1
rtree_delete_subtree
Function · 0.70
Tested by
1
TEST_BEGIN
Function · 0.40