Searched defs:alloca (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Dalloca.c0 /* alloca.c -- allocate automatically reclaimed memory
4 This implementation of the PWB library alloca function,
15 track of all alloca-allocated blocks, and reclaim any
20 As a special case, alloca(0) reclaims storage without
21 allocating any. It is a good idea to use alloca(0) in
42 /* If someone has defined alloca as a macro,
43 there must be some other way alloca is supposed to work. */
44 #ifndef alloca
81 malloc. The Emacs executable needs alloca to call xmalloc, because
83 hand, the utilities in lib-src need alloca t
171 alloca (unsigned size) function
[all...]
/ndk/sources/host-tools/make-3.81/glob/
H A Dglob.c20 #pragma alloca
213 # undef alloca macro
214 # define alloca(n) __builtin_alloca (n) macro
217 # include <alloca.h>
223 extern char *alloca ();
229 # define __alloca alloca

Completed in 83 milliseconds