Home
last modified time | relevance | path

Searched defs:alloca (Results 1 – 7 of 7) sorted by relevance

/titanic_51/usr/src/head/
H A Dalloca.h57 #define alloca(x) __builtin_alloca(x) macro
/titanic_51/usr/src/boot/include/
H A Dstdlib.h250 #define alloca(sz) __builtin_alloca(sz) macro
/titanic_51/usr/src/cmd/spell/
H A Dmalloc.c74 static union store alloca; /* initial arena */ variable
/titanic_51/usr/src/cmd/krb5/kadmin/cli/
H A Dgetdate.y67 #define alloca __builtin_alloca macro
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c275 #define alloca __builtin_alloca macro
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c470 extern Void_t* alloca(size_t size) in alloca() function
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dmalloc.c737 extern Void_t* alloca(size_t size) in alloca() function