Searched defs:alloca (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil_expr_parse.c297 /* The parser invokes alloca or malloc; define the necessary symbols. */
304 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
309 # define alloca _alloca macro
311 # define YYSTACK_ALLOC alloca
330 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number

Completed in 24 milliseconds