Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ Heap_count
Function
Heap_count
src/util/heap.c:271–276 ·
view source on GitHub ↗
return number of items in heap
Source
from the content-addressed store, hash-verified
269
270
// return number of items in heap
271
int Heap_count
272
(
273
const heap_t *hp
274
) {
275
return hp->count;
276
}
277
278
// return size of array
279
int Heap_size
Callers
15
SlowLog_Add
Function · 0.85
SlowLog_Replay
Function · 0.85
Heap_poll
Function · 0.85
Heap_peek
Function · 0.85
_Heap_print
Function · 0.85
Heap_print
Function · 0.85
_accumulate
Function · 0.85
SortConsume
Function · 0.85
SortReset
Function · 0.85
SortFree
Function · 0.85
SPpaths_k_minimal
Function · 0.85
SSpaths_k_minimal
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