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

Function rm_realloc

src/util/rmalloc.h:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 return RedisModule_Calloc(nelem, elemsz);
26}
27static inline void *rm_realloc(void *p, size_t n) {
28 return RedisModule_Realloc(p, n);
29}
30static inline void rm_free(void *p) {
31 RedisModule_Free(p);
32}

Callers 15

_SIString_ToStringFunction · 0.85
SIValue_ToStringFunction · 0.85
_AR_EXP_ToStringFunction · 0.85
replace_regex_scan_cbFunction · 0.85
AR_REPLACEREGEXFunction · 0.85
_AttributeSet_RemoveFunction · 0.85
AttributeSet_AddPrepareFunction · 0.85
GraphEntity_ToStringFunction · 0.85
str_ExtendBufferFunction · 0.85
_ObjectPool_AddBlocksFunction · 0.85
_DataBlock_AddBlocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected