MCPcopy 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
213void ch_ring_destroy_ring(ring_t *ring) {
214 free(ring->vnodes);
215 free(ring);
216}
217
218#ifdef __cplusplus
219}

Callers 3

~CacheClusterMethod · 0.85
add_serverMethod · 0.85
remove_serverMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected