Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ ch_ring_destroy_ring
Function
ch_ring_destroy_ring
example/cacheCluster/consistentHash.c:213–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
void ch_ring_destroy_ring(ring_t *ring) {
214
free(ring->vnodes);
215
free(ring);
216
}
217
218
#ifdef __cplusplus
219
}
Callers
3
~CacheCluster
Method · 0.85
add_server
Method · 0.85
remove_server
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected