MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / Heap_free

Function Heap_free

src/util/heap.c:374–379  ·  view source on GitHub ↗

free heap

Source from the content-addressed store, hash-verified

372
373// free heap
374void Heap_free
375(
376 heap_t *hp
377) {
378 free(hp);
379}

Callers 11

Cron_StopFunction · 0.85
SlowLog_FreeFunction · 0.85
SortFreeFunction · 0.85
SinglePairCtx_FreeFunction · 0.85
SingleSourceCtx_FreeFunction · 0.85
test_heapCreateFunction · 0.85
test_heapPopulateFunction · 0.85
test_heapPopulateDupFunction · 0.85
test_heapPopulateRandFunction · 0.85
test_heapRemoveElementFunction · 0.85
test_heapFuzzFunction · 0.85

Calls

no outgoing calls

Tested by 6

test_heapCreateFunction · 0.68
test_heapPopulateFunction · 0.68
test_heapPopulateDupFunction · 0.68
test_heapPopulateRandFunction · 0.68
test_heapRemoveElementFunction · 0.68
test_heapFuzzFunction · 0.68