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

/haiku/headers/posix/
H A Dalloca.h13 #undef alloca macro
27 #define alloca(size) __alloca (size) macro
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dalloca.h30 #undef alloca macro
36 # define alloca(size) __builtin_alloca (size) macro
H A Dgmp-impl.h24 #define alloca __builtin_alloca macro
46 #define alloca( macro
[all...]
/haiku/headers/cpp/std/
H A Dstd_valarray.h45 #define alloca __builtin_alloca macro
/haiku/src/build/libgnuregex/
H A Dregex.c188 /* Make alloca work the best possible way. */ macro
[all...]

Completed in 59 milliseconds