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

Function parser_fini

deps/jemalloc/test/unit/stats_print.c:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85static void
86parser_fini(parser_t *parser) {
87 if (parser->buf != NULL) {
88 dallocx(parser->buf, MALLOCX_TCACHE_NONE);
89 }
90}
91
92static bool
93parser_append(parser_t *parser, const char *str) {

Callers 1

stats_print.cFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected