Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1a1a11a/libCacheSim
/ pqueue_free
Function
pqueue_free
libCacheSim/dataStructure/pqueue.c:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
void
84
pqueue_free(pqueue_t *q)
85
{
86
free(q->d);
87
free(q);
88
}
89
90
91
size_t
Callers
4
Size_free
Function · 0.85
Belady_free
Function · 0.85
_graphNode_destroy
Function · 0.85
pqueue_print
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected