MCPcopy 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
83void
84pqueue_free(pqueue_t *q)
85{
86 free(q->d);
87 free(q);
88}
89
90
91size_t

Callers 4

Size_freeFunction · 0.85
Belady_freeFunction · 0.85
_graphNode_destroyFunction · 0.85
pqueue_printFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected