MCPcopy Create free account
hub / github.com/Entware/Entware / yyalloc

Function yyalloc

scripts/config/lexer.lex.c:3920–3923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3918#endif
3919
3920void *yyalloc (yy_size_t size )
3921{
3922 return malloc(size);
3923}
3924
3925void *yyrealloc (void * ptr, yy_size_t size )
3926{

Callers 4

yy_create_bufferFunction · 0.85
yyensure_buffer_stackFunction · 0.85
yy_scan_bufferFunction · 0.85
yy_scan_bytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected