Searched refs:YYMALLOC (Results 1 – 10 of 10) sorted by relevance
284 # define YYSTACK_ALLOC YYMALLOC290 && ! ((defined YYMALLOC || defined malloc) \297 # ifndef YYMALLOC298 # define YYMALLOC malloc macro
316 # define YYSTACK_ALLOC YYMALLOC322 && ! ((defined YYMALLOC || defined malloc) \329 # ifndef YYMALLOC330 # define YYMALLOC malloc macro
269 #ifndef YYMALLOC270 # define YYMALLOC malloc macro1073 yyset->yystates = (yyGLRState**) YYMALLOC (16 * sizeof yyset->yystates[0]);1078 (yybool*) YYMALLOC (16 * sizeof yyset->yylookaheadNeeds[0]);1102 (yyGLRStackItem*) YYMALLOC (yysize * sizeof yystackp->yynextFree[0]);1134 yynewItems = (yyGLRStackItem*) YYMALLOC (yynewSize * sizeof yynewItems[0]);2110 yymsg = (char *) YYMALLOC (yysize);
507 # define YYSTACK_ALLOC YYMALLOC513 && ! ((defined YYMALLOC || defined malloc) \520 # ifndef YYMALLOC521 # define YYMALLOC malloc
407 # define YYSTACK_ALLOC YYMALLOC413 && ! ((defined YYMALLOC || defined malloc) \420 # ifndef YYMALLOC421 # define YYMALLOC malloc macro
493 # define YYSTACK_ALLOC YYMALLOC499 && ! ((defined YYMALLOC || defined malloc) \506 # ifndef YYMALLOC507 # define YYMALLOC malloc macro
751 # define YYSTACK_ALLOC YYMALLOC757 && ! ((defined YYMALLOC || defined malloc) \764 # ifndef YYMALLOC765 # define YYMALLOC malloc macro
522 # define YYSTACK_ALLOC YYMALLOC528 && ! ((defined YYMALLOC || defined malloc) \535 # ifndef YYMALLOC536 # define YYMALLOC malloc macro
281 # define YYSTACK_ALLOC YYMALLOC289 # ifndef YYMALLOC290 # define YYMALLOC malloc
8647 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||10574 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.10846 (YYMALLOC, YYFREE): Define only if needed.12495 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that12709 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.12712 * data/yacc.c (YYFREE, YYMALLOC): Likewise.