Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ free_node
Function
free_node
libCacheSim/dataStructure/splay.h:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
36
static inline void free_node(sTree* t){
37
free(t);
38
}
39
static inline void assign_key(sTree* t, key_type k){
40
t->key=k;
41
}
Callers
3
insert
Function · 0.85
splay_delete
Function · 0.85
free_sTree
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected