Log In
source-git
/
glibc
Clone
Source Code
GIT
Source
Pull Requests
1
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
739f190033f0bf05f8f1ff5ae40072d752276ab0
739f190033f0bf05f8f1ff5ae40072d752276ab0
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; }