Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ pqueue_init
Function
pqueue_init
libCacheSim/dataStructure/pqueue.c:47–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
#define parent(i) ((i) >> 1)
46
47
pqueue_t *
48
pqueue_init(size_t n) {
49
return pqueue_init_full(n, cmp_pri, get_pri, set_pri, get_pos, set_pos);
50
}
51
52
pqueue_t *
53
pqueue_init_full(size_t n,
Callers
3
Size_init
Function · 0.85
Belady_init
Function · 0.85
_PG_add_to_graph
Function · 0.85
Calls
1
pqueue_init_full
Function · 0.85
Tested by
no test coverage detected