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

Function yyalloc

src/parser/ds_lexer.cpp:5000–5005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4998#endif
4999
5000void *yyalloc (yy_size_t size , yyscan_t yyscanner)
5001{
5002 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
5003 (void)yyg;
5004 return malloc(size);
5005}
5006
5007void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
5008{

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