MCPcopy 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
44static inline void free_node_t(sTree_tuple* t){
45 free(t);
46}
47static inline void assign_key_t(sTree_tuple* t, splay_key_type_t k){
48 t->key=k;
49}

Callers 3

insert_tFunction · 0.85
splay_delete_tFunction · 0.85
free_sTree_tFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected