allocalim.h 92 B

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