HomeSort by relevance Sort by last modified time
    Searched defs:YYMALLOC (Results 1 - 5 of 5) sorted by null

  /external/bison/data/
glr.c 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]);
    [all...]
  /system/core/sh/
arith.c 208 # ifndef YYMALLOC
209 # define YYMALLOC malloc
236 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/bison/src/
parse-gram.c 439 # define YYSTACK_ALLOC YYMALLOC
445 && ! ((defined YYMALLOC || defined malloc) \
452 # ifndef YYMALLOC
453 # define YYMALLOC malloc
    [all...]
  /external/elfutils/src/
ldscript.c 231 # ifndef YYMALLOC
232 # define YYMALLOC malloc
259 # define YYSTACK_ALLOC YYMALLOC
    [all...]
  /external/libpcap/
grammar.c 520 # define YYSTACK_ALLOC YYMALLOC
528 # ifndef YYMALLOC
529 # define YYMALLOC malloc
    [all...]

Completed in 740 milliseconds