MCPcopy 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
190struct redisObject *salloc_obj()
191{
192 return (redisObject*)pool_alloc(&poolobj);
193}
194void sfree_obj(struct redisObject *obj)
195{
196 pool_free(&poolobj, obj);

Callers

nothing calls this directly

Calls 1

pool_allocFunction · 0.85

Tested by

no test coverage detected