MCPcopy Create free account
hub / github.com/Gecode/gecode / yyalloc

Function yyalloc

gecode/flatzinc/lexer.yy.cpp:2486–2491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2484#endif
2485
2486void *yyalloc (yy_size_t size , yyscan_t yyscanner)
2487{
2488 struct yyguts_t * yyg = (struct yyguts_t*)yyscanner;
2489 (void)yyg;
2490 return malloc(size);
2491}
2492
2493void *yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
2494{

Callers 6

yy_create_bufferFunction · 0.85
yyensure_buffer_stackFunction · 0.85
yy_scan_bufferFunction · 0.85
yy_scan_bytesFunction · 0.85
yylex_initFunction · 0.85
yylex_init_extraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected