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