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

Function yyalloc

Source/LexerParser/cmListFileLexer.c:2533–2538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2531#endif
2532
2533void *yyalloc (yy_size_t size , yyscan_t yyscanner)
2534{
2535 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2536 (void)yyg;
2537 return malloc(size);
2538}
2539
2540void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
2541{

Callers 6

yy_create_bufferFunction · 0.70
yyensure_buffer_stackFunction · 0.70
yy_scan_bufferFunction · 0.70
yy_scan_bytesFunction · 0.70
yylex_initFunction · 0.70
yylex_init_extraFunction · 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…