Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ rm_free
Function
rm_free
src/util/rmalloc.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
return RedisModule_Realloc(p, n);
29
}
30
static inline void rm_free(void *p) {
31
RedisModule_Free(p);
32
}
33
static inline char *rm_strdup(const char *s) {
34
return RedisModule_Strdup(s);
35
}
Callers
15
_CreateGraphMetaKeys
Function · 0.85
_DeleteGraphMetaKeys
Function · 0.85
_ParameterFreeCallback
Function · 0.85
QueryCtx_Free
Function · 0.85
Globals_Free
Function · 0.85
SIValue_ConcatString
Function · 0.85
SIValue_Free
Function · 0.85
_FilterTree_Compact_And
Function · 0.85
_FilterTree_Compact_Or
Function · 0.85
_FilterTree_Print
Function · 0.85
FilterTree_Free
Function · 0.85
_UndoLog_Rollback_Create_Node
Function · 0.85
Calls
no outgoing calls
Tested by
5
test_ExpTransform_A_Plus_B_Times_C_Plus_D
Function · 0.68
test_pagerank
Function · 0.68
test_recordToString
Function · 0.68
test_map_tostring
Function · 0.68
CacheObj_Free
Function · 0.68