Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ sfree
Function
sfree
src/storage.cpp:247–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
void sfree(void *pv)
248
{
249
memkind_free(kindFromPtr(pv), pv);
250
}
251
252
void *srealloc(void *pv, size_t cb, enum MALLOC_CLASS mclass)
253
{
Callers
1
pool_free
Function · 0.70
Calls
2
memkind_free
Function · 0.85
kindFromPtr
Function · 0.85
Tested by
no test coverage detected