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

Function HashTableReleaseIterator

src/util/dict.c:814–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

812}
813
814void HashTableReleaseIterator(dictIterator *iter)
815{
816 HashTableResetIterator(iter);
817 free(iter);
818}
819
820/* Reallocate the dictEntry allocations in a bucket using the provided
821 * allocation function in order to defrag them. */

Callers 4

ExecutionPlan_FreeFunction · 0.85
AggregateResetFunction · 0.85
AggregateFreeFunction · 0.85
CommitUpdatesFunction · 0.85

Calls 1

HashTableResetIteratorFunction · 0.85

Tested by

no test coverage detected