HomeSort by relevance Sort by last modified time
    Searched defs:alloca (Results 101 - 101 of 101) sorted by null

1 2 3 45

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 595 /* The parser invokes alloca or malloc; define the necessary symbols. */
602 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
607 # define alloca _alloca macro
609 # define YYSTACK_ALLOC alloca
627 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
    [all...]

Completed in 64 milliseconds

1 2 3 45