MCPcopy Create free account
hub / github.com/KDE/kdevelop / cmListFileLexer_yyalloc

Function cmListFileLexer_yyalloc

plugins/cmake/parser/cmListFileLexer.c:2354–2359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2352#endif
2353
2354void *cmListFileLexer_yyalloc (yy_size_t size , yyscan_t yyscanner)
2355{
2356 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2357 (void)yyg;
2358 return malloc(size);
2359}
2360
2361void *cmListFileLexer_yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
2362{

Calls

no outgoing calls

Tested by

no test coverage detected