Cross Reference: alloca.c
xref
: /
xsrc
/
external
/
mit
/
xf86-video-intel
/
dist
/
libobj
/
alloca.c
Home
History
Annotate
Line#
Navigate
Raw
Download
only in
/xsrc/external/mit/xf86-video-intel/dist/libobj/
alloca.c revision fe8aea9e
1
void
*
alloca
(
size_t
sz
)
2
{
3
return
NULL
;
4
}
5