MCPcopy Index your code
hub / github.com/git/git / clear_prio_queue

Function clear_prio_queue

prio-queue.c:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void clear_prio_queue(struct prio_queue *queue)
32{
33 FREE_AND_NULL(queue->array);
34 queue->nr = 0;
35 queue->alloc = 0;
36 queue->insertion_ctr = 0;
37}
38
39void prio_queue_put(struct prio_queue *queue, void *thing)
40{

Callers 15

clear_nonstale_queueFunction · 0.85
get_reachable_subsetFunction · 0.85
get_branch_base_for_tipFunction · 0.85
cleanup_scoreboardFunction · 0.85
limit_listFunction · 0.85
release_revisionsFunction · 0.85
rewrite_oneFunction · 0.85
get_oid_onelineFunction · 0.85
walk_objects_by_pathFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_prio_queueFunction · 0.68