MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / yyalloc

Function yyalloc

src/parser/ds2_lexer.cpp:4567–4572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4565#endif
4566
4567void *yyalloc (yy_size_t size , yyscan_t yyscanner)
4568{
4569 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
4570 (void)yyg;
4571 return malloc(size);
4572}
4573
4574void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
4575{

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