Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
74
void *hi_realloc(void *ptr, size_t size) {
75
return hiredisAllocFns.reallocFn(ptr, size);
76
}
77
78
char *hi_strdup(const char *str) {
79
return hiredisAllocFns.strdupFn(str);
Callers
3
redisvFormatCommand
Function · 0.70
redisAsyncInitialize
Function · 0.70
redisReaderGrow
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected