Home
last modified time | relevance | path

Searched refs:YYMALLOC (Results 1 – 10 of 10) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
Dpmu-bison.c284 # define YYSTACK_ALLOC YYMALLOC
290 && ! ((defined YYMALLOC || defined malloc) \
297 # ifndef YYMALLOC
298 # define YYMALLOC malloc macro
Dparse-events-bison.c316 # define YYSTACK_ALLOC YYMALLOC
322 && ! ((defined YYMALLOC || defined malloc) \
329 # ifndef YYMALLOC
330 # define YYMALLOC malloc macro
/external/bison/data/
Dglr.c269 #ifndef YYMALLOC
270 # define YYMALLOC malloc macro
1073 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);
Dyacc.c507 # define YYSTACK_ALLOC YYMALLOC
513 && ! ((defined YYMALLOC || defined malloc) \
520 # ifndef YYMALLOC
521 # define YYMALLOC malloc
/external/elfutils/src/src/
Dldscript.c407 # define YYSTACK_ALLOC YYMALLOC
413 && ! ((defined YYMALLOC || defined malloc) \
420 # ifndef YYMALLOC
421 # define YYMALLOC malloc macro
/external/bison/src/
Dparse-gram.c493 # define YYSTACK_ALLOC YYMALLOC
499 && ! ((defined YYMALLOC || defined malloc) \
506 # ifndef YYMALLOC
507 # define YYMALLOC malloc macro
/external/libpcap/
Dgrammar.c751 # define YYSTACK_ALLOC YYMALLOC
757 && ! ((defined YYMALLOC || defined malloc) \
764 # ifndef YYMALLOC
765 # define YYMALLOC malloc macro
/external/elfutils/src/libcpu/
Di386_parse.c522 # define YYSTACK_ALLOC YYMALLOC
528 && ! ((defined YYMALLOC || defined malloc) \
535 # ifndef YYMALLOC
536 # define YYMALLOC malloc macro
/external/toybox/kconfig/
Dzconf.tab.c_shipped281 # define YYSTACK_ALLOC YYMALLOC
289 # ifndef YYMALLOC
290 # define YYMALLOC malloc
/external/bison/
DChangeLog-20128647 ((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 that
12709 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
12712 * data/yacc.c (YYFREE, YYMALLOC): Likewise.