MCPcopy Create free account
hub / github.com/apache/httpd / ap_expr_yyalloc

Function ap_expr_yyalloc

server/util_expr_scan.c:2640–2643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2638#endif
2639
2640void *ap_expr_yyalloc (yy_size_t size , yyscan_t yyscanner)
2641{
2642 return (void *) malloc( size );
2643}
2644
2645void *ap_expr_yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner)
2646{

Callers 7

ap_expr_yy_create_bufferFunction · 0.85
ap_expr_yy_scan_bufferFunction · 0.85
ap_expr_yy_scan_bytesFunction · 0.85
yy_push_stateFunction · 0.85
ap_expr_yylex_initFunction · 0.85
ap_expr_yylex_init_extraFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected