Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
void Block_Free(Block *block) {
19
ASSERT(block != NULL);
20
rm_free(block);
21
}
22
Callers
2
ObjectPool_Free
Function · 0.85
DataBlock_Free
Function · 0.85
Calls
1
rm_free
Function · 0.85
Tested by
no test coverage detected