Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3920
void *yyalloc (yy_size_t size )
3921
{
3922
return malloc(size);
3923
}
3924
3925
void *yyrealloc (void * ptr, yy_size_t size )
3926
{
Callers
4
yy_create_buffer
Function · 0.85
yyensure_buffer_stack
Function · 0.85
yy_scan_buffer
Function · 0.85
yy_scan_bytes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected