Home | History | Annotate | Download | only in data

Lines Matching refs:YYMALLOC

274 #ifndef YYMALLOC
275 # define YYMALLOC malloc
1141 yyset->yystates = (yyGLRState**) YYMALLOC (16 * sizeof yyset->yystates[0]);
1146 (yybool*) YYMALLOC (16 * sizeof yyset->yylookaheadNeeds[0]);
1170 (yyGLRStackItem*) YYMALLOC (yysize * sizeof yystackp->yynextFree[0]);
1202 yynewItems = (yyGLRStackItem*) YYMALLOC (yynewSize * sizeof yynewItems[0]);
2146 yymsg = (char *) YYMALLOC (yysize);