Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
374
void Heap_free
375
(
376
heap_t *hp
377
) {
378
free(hp);
379
}
Callers
11
Cron_Stop
Function · 0.85
SlowLog_Free
Function · 0.85
SortFree
Function · 0.85
SinglePairCtx_Free
Function · 0.85
SingleSourceCtx_Free
Function · 0.85
test_heapCreate
Function · 0.85
test_heapPopulate
Function · 0.85
test_heapPopulateDup
Function · 0.85
test_heapPopulateRand
Function · 0.85
test_heapRemoveElement
Function · 0.85
test_heapFuzz
Function · 0.85
Calls
no outgoing calls
Tested by
6
test_heapCreate
Function · 0.68
test_heapPopulate
Function · 0.68
test_heapPopulateDup
Function · 0.68
test_heapPopulateRand
Function · 0.68
test_heapRemoveElement
Function · 0.68
test_heapFuzz
Function · 0.68