MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / Clock_free

Function Clock_free

libCacheSim/cache/eviction/Clock.c:96–99  ·  view source on GitHub ↗

* free resources used by this cache * * @param cache */

Source from the content-addressed store, hash-verified

94 * @param cache
95 */
96static void Clock_free(cache_t *cache) {
97 free(cache->eviction_params);
98 cache_struct_free(cache);
99}
100
101/**
102 * @brief this function is the user facing API

Callers

nothing calls this directly

Calls 1

cache_struct_freeFunction · 0.85

Tested by

no test coverage detected