Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ salloc_obj
Function
salloc_obj
src/storage.cpp:190–193 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
188
189
190
struct redisObject *salloc_obj()
191
{
192
return (redisObject*)pool_alloc(&poolobj);
193
}
194
void sfree_obj(struct redisObject *obj)
195
{
196
pool_free(&poolobj, obj);
Callers
nothing calls this directly
Calls
1
pool_alloc
Function · 0.85
Tested by
no test coverage detected