Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
static void
78
init_shm_data_tracker() {
79
shm_data = malloc(sizeof(int*)*1024);
80
}
81
82
static void
83
track_shm_data(int *data) {
Callers
2
ketama_create_continuum
Function · 0.70
ketama_roll
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected