MCPcopy 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}
30static inline void rm_free(void *p) {
31 RedisModule_Free(p);
32}
33static inline char *rm_strdup(const char *s) {
34 return RedisModule_Strdup(s);
35}

Callers 15

_CreateGraphMetaKeysFunction · 0.85
_DeleteGraphMetaKeysFunction · 0.85
_ParameterFreeCallbackFunction · 0.85
QueryCtx_FreeFunction · 0.85
Globals_FreeFunction · 0.85
SIValue_ConcatStringFunction · 0.85
SIValue_FreeFunction · 0.85
_FilterTree_Compact_AndFunction · 0.85
_FilterTree_Compact_OrFunction · 0.85
_FilterTree_PrintFunction · 0.85
FilterTree_FreeFunction · 0.85

Calls

no outgoing calls

Tested by 5

test_pagerankFunction · 0.68
test_recordToStringFunction · 0.68
test_map_tostringFunction · 0.68
CacheObj_FreeFunction · 0.68