Log In
hjl
/
source-git
/
glibc
Forked from
source-git/glibc
4 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
3591253bdedf63f3e20b76fdcafd0bfeae6bcef6
3591253bdedf63f3e20b76fdcafd0bfeae6bcef6
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; }