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

/seL4-refos-master/libs/libmuslc/include/
H A Dalloca.h11 void *alloca(size_t);
14 #define alloca __builtin_alloca macro
H A Dstring.h88 #define strdupa(x) strcpy(alloca(strlen(x)+1),x)
H A Dstdlib.h138 #include <alloca.h>
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h169 #ifndef alloca
170 /* bison generated foo_yacc.c might try to use alloca() */
172 # define alloca __builtin_alloca macro
H A Dntconf.h173 #ifndef alloca
H A Dwceconf.h179 #ifndef alloca
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dvmsconf.h169 #ifndef alloca
170 /* bison generated foo_yacc.c might try to use alloca() */
172 # define alloca __builtin_alloca macro
H A Dntconf.h173 #ifndef alloca
H A Dwceconf.h179 #ifndef alloca
/seL4-refos-master/libs/libmuslc/src/regex/
H A Dtre.h213 /* alloca() versions. Like above, but memory is allocated with alloca()
217 tre_mem_new_impl(1, alloca(sizeof(struct tre_mem_struct)))
222 : tre_mem_alloc_impl((mem), 1, alloca(TRE_MEM_BLOCK_SIZE), 0, (size)))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Ddgn_yacc.c32 #pragma alloca /* keep leading space! */
H A Dlev_yacc.c32 #pragma alloca /* keep leading space! */
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Ddgn_yacc.c32 #pragma alloca /* keep leading space! */
H A Dlev_yacc.c32 #pragma alloca /* keep leading space! */

Completed in 76 milliseconds