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

Function init_shm_data_tracker

libCacheSim/dataStructure/ketama/ketama.c:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void
78init_shm_data_tracker() {
79 shm_data = malloc(sizeof(int*)*1024);
80}
81
82static void
83track_shm_data(int *data) {

Callers 2

ketama_create_continuumFunction · 0.70
ketama_rollFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected