Searched refs:alloca (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp319 /* The parser invokes alloca or malloc; define the necessary symbols. */
326 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
331 # define alloca _alloca macro
333 # define YYSTACK_ALLOC alloca
351 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
H A DOSUnserializeXML.cpp348 /* The parser invokes alloca or malloc; define the necessary symbols. */
355 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
360 # define alloca _alloca macro
362 # define YYSTACK_ALLOC alloca
380 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number

Completed in 23 milliseconds