MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / srealloc

Function srealloc

src/storage.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void *srealloc(void *pv, size_t cb, enum MALLOC_CLASS mclass)
253{
254 return memkind_realloc(kindFromClass(mclass), pv, cb);
255}
256
257int fdNew = -1;
258void handle_prefork()

Callers

nothing calls this directly

Calls 2

memkind_reallocFunction · 0.85
kindFromClassFunction · 0.85

Tested by

no test coverage detected