Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ free_node_t
Function
free_node_t
libCacheSim/dataStructure/splay_tuple.h:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
44
static inline void free_node_t(sTree_tuple* t){
45
free(t);
46
}
47
static inline void assign_key_t(sTree_tuple* t, splay_key_type_t k){
48
t->key=k;
49
}
Callers
3
insert_t
Function · 0.85
splay_delete_t
Function · 0.85
free_sTree_t
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected