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

Function DataBlockIterator_Free

src/util/datablock/datablock_iterator.c:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80void DataBlockIterator_Free
81(
82 DataBlockIterator *iter
83) {
84 ASSERT(iter != NULL);
85 rm_free(iter);
86}
87

Callers 8

UndoLog_FreeFunction · 0.85
GraphEncodeContext_ResetFunction · 0.85
RdbSaveNodes_v13Function · 0.85
_Graph_FreeFunction · 0.85
AllNodeScanFreeFunction · 0.85
test_dataBlockScanFunction · 0.85
test_dataBlockRemoveItemFunction · 0.85

Calls 1

rm_freeFunction · 0.85

Tested by 3

test_dataBlockScanFunction · 0.68
test_dataBlockRemoveItemFunction · 0.68