MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / hi_realloc

Function hi_realloc

deps/hiredis/alloc.c:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void *hi_realloc(void *ptr, size_t size) {
75 return hiredisAllocFns.reallocFn(ptr, size);
76}
77
78char *hi_strdup(const char *str) {
79 return hiredisAllocFns.strdupFn(str);

Callers 3

redisvFormatCommandFunction · 0.70
redisAsyncInitializeFunction · 0.70
redisReaderGrowFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected