MCPcopy Create free account
hub / github.com/activeloopai/deeplake / yyfree

Function yyfree

cpp/3rd_party/sql-parser/src/parser/flex_lexer.cpp:5139–5144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5137}
5138
5139void yyfree (void * ptr , yyscan_t yyscanner)
5140{
5141 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
5142 (void)yyg;
5143 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
5144}
5145
5146#define YYTABLES_NAME "yytables"
5147

Callers 2

yy_delete_bufferFunction · 0.85
yylex_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected