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