__libc_use_alloca(size_t size)1 extern inline int __libc_use_alloca (size_t size)
2 {
3   return size <= __MAX_ALLOCA_CUTOFF;
4 }
5