Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
16389ff5aea37f1f1098af71346d0185a034cb7b
16389ff5aea37f1f1098af71346d0185a034cb7b
sysdeps
generic
allocalim.h
Fork and Edit
Blob
Blame
History
Raw
extern inline int __libc_use_alloca (size_t size) { return size <= __MAX_ALLOCA_CUTOFF; }