Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ init_sem_id_tracker
Function
init_sem_id_tracker
libCacheSim/dataStructure/ketama/ketama.c:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
static void
68
init_sem_id_tracker() {
69
sem_ids = malloc(sizeof(int)*1024);
70
}
71
72
static void
73
init_shm_id_tracker() {
Callers
1
ketama_sem_init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected