repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add sysdeps/init_array to produce empty crt[in].o and use .preinit_array for gcrt1.o
[glibc.git]
/
sysdeps
/
generic
/
allocalim.h
blob
2491129a7dba3b94bc376828ec3a0d34c1eb16a7
1
extern inline
int
__libc_use_alloca
(
size_t
size
)
2
{
3
return
size
<=
__MAX_ALLOCA_CUTOFF
;
4
}