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

Function lpFree

src/listpack.c:238–240  ·  view source on GitHub ↗

Free the specified listpack. */

Source from the content-addressed store, hash-verified

236
237/* Free the specified listpack. */
238void lpFree(unsigned char *lp) {
239 lp_free(lp);
240}
241
242/* Shrink the memory to fit. */
243unsigned char* lpShrinkToFit(unsigned char *lp) {

Callers 2

streamTrimFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected