Searched refs:YYMALLOC (Results 1 – 8 of 8) sorted by relevance
339 # define YYSTACK_ALLOC YYMALLOC345 && ! ((defined YYMALLOC || defined malloc) \352 # ifndef YYMALLOC353 # 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
493 # define YYSTACK_ALLOC YYMALLOC499 && ! ((defined YYMALLOC || defined malloc) \506 # ifndef YYMALLOC507 # define YYMALLOC malloc macro
791 # define YYSTACK_ALLOC YYMALLOC797 && ! ((defined YYMALLOC || defined malloc) \804 # ifndef YYMALLOC805 # define YYMALLOC malloc macro
545 # define YYSTACK_ALLOC YYMALLOC551 && ! ((defined YYMALLOC || defined malloc) \558 # ifndef YYMALLOC559 # 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.