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

Function ARC_current_params

libCacheSim/cache/eviction/ARC.c:605–609  ·  view source on GitHub ↗

parameter set up functions

Source from the content-addressed store, hash-verified

603// **** ****
604// ***********************************************************************
605static const char *ARC_current_params(ARC_params_t *params) {
606 static __thread char params_str[128];
607 snprintf(params_str, 128, "\n");
608 return params_str;
609}
610
611static void ARC_parse_params(cache_t *cache,
612 const char *cache_specific_params) {

Callers 1

ARC_parse_paramsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected