MCPcopy Create free account
hub / github.com/Gecode/gecode / yyfree

Function yyfree

gecode/flatzinc/lexer.yy.cpp:2508–2513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2506}
2507
2508void yyfree (void * ptr , yyscan_t yyscanner)
2509{
2510 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2511 (void)yyg;
2512 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
2513}
2514
2515#define YYTABLES_NAME "yytables"
2516

Callers 2

yy_delete_bufferFunction · 0.85
yylex_destroyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected