MCPcopy 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
36static inline void free_node(sTree* t){
37 free(t);
38}
39static inline void assign_key(sTree* t, key_type k){
40 t->key=k;
41}

Callers 3

insertFunction · 0.85
splay_deleteFunction · 0.85
free_sTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected