Searched defs:alloca (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dalloca.h21 * alloca(); use it only if you already know what they are.
23 #define alloca(size) __builtin_alloca ( size ) macro
/vbox/include/iprt/
H A Dalloca.h2 * IPRT - alloca().
30 # error "No alloca() in raw-mode and agnostic ring-0 context as it may have external dependencies like libgcc."
36 * which normally contains the alloca() prototype.
43 # define alloca(cb) __builtin_alloca(cb) macro
51 # include <alloca.h>
/vbox/src/VBox/Additions/x11/x11include/4.3/include/
H A DXalloca.h65 # include <alloca.h>
76 extern char *alloca();
78 # define ALLOCATE_LOCAL(size) alloca((int)(size))
79 pragma on(alloca);
84 # define ALLOCATE_LOCAL(size) alloca(size)
90 # ifndef alloca
91 # define alloca __builtin_alloca macro
92 # endif /* !alloca */
93 # define ALLOCATE_LOCAL(size) alloca((int)(size))
97 * warning: old mips alloca (pr
[all...]
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXalloca.h68 # include <alloca.h>
80 # ifndef alloca
81 # define alloca __builtin_alloca macro
82 # endif /* !alloca */
83 # define ALLOCATE_LOCAL(size) alloca((int)(size))
87 * warning: old mips alloca (pre 2.10) is unusable, new one is built in
89 * from alloca.h which #defines alloca.
91 # if defined(__sun) || defined(alloca)
93 * Some System V boxes extract alloca
[all...]
H A DXw32defs.h14 # define alloca _alloca macro
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/axtls/
H A Dos_port.h19 /** rsa.c uses alloca() */
20 #define alloca( size ) __builtin_alloca ( size ) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmalloc.h96 # define alloca(x) __builtin_alloca((x)) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dmalloc.h96 # define alloca(x) __builtin_alloca((x)) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c470 /* The parser invokes alloca or malloc; define the necessary symbols. */
477 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
482 # define alloca _alloca macro
484 # define YYSTACK_ALLOC alloca
502 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number

Completed in 2052 milliseconds