Searched refs:alloca (Results 1 – 4 of 4) sorted by relevance
24 #undef alloca25 #define alloca xmalloc macro
134 name = alloca(64 + strlen(uts.release)); in show_kernel_init()
974 * lspci.c: alloca() is declared in <stdlib.h> on BSD's, not <alloca.h>.1044 * lspci.c: alloca() needs <alloca.h>.1339 * lspci.c: If alloca() is not available, use xmalloc(), not malloc().1879 * lspci.c: Avoid using alloca() if not compiled by GCC.
241 h = index = alloca(sizeof(struct device *) * cnt); in sort_them()