MCPcopy 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
247void sfree(void *pv)
248{
249 memkind_free(kindFromPtr(pv), pv);
250}
251
252void *srealloc(void *pv, size_t cb, enum MALLOC_CLASS mclass)
253{

Callers 1

pool_freeFunction · 0.70

Calls 2

memkind_freeFunction · 0.85
kindFromPtrFunction · 0.85

Tested by

no test coverage detected