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

Function Block_Free

src/util/block.c:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void Block_Free(Block *block) {
19 ASSERT(block != NULL);
20 rm_free(block);
21}
22

Callers 2

ObjectPool_FreeFunction · 0.85
DataBlock_FreeFunction · 0.85

Calls 1

rm_freeFunction · 0.85

Tested by

no test coverage detected