MCPcopy Create free account
hub / github.com/Kitware/CMake / yyfree

Function yyfree

Source/LexerParser/cmListFileLexer.c:2555–2560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2553}
2554
2555void yyfree (void * ptr , yyscan_t yyscanner)
2556{
2557 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2558 (void)yyg;
2559 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
2560}
2561
2562#define YYTABLES_NAME "yytables"
2563

Callers 2

yy_delete_bufferFunction · 0.70
yylex_destroyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…