Home
last modified time | relevance | path

Searched refs:C_alloca (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dconfig.h-vms13 #define C_alloca(x) __ALLOCA(x)
Dalloca.c162 C_alloca (size_t size) in C_alloca() function
DChangeLog2247 * alloca.c (C_alloca): Change "new" to "new_storage". Use XNEWVEC
2727 * alloca.c (find_stack_direction, C_alloca): Use ISO C prototype.
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h667 extern void *C_alloca (size_t) ATTRIBUTE_MALLOC;
678 # define alloca(x) C_alloca(x)
DChangeLog-9103493 * libiberty.h (C_alloca): Add ATTRIBUTE_MALLOC.
726 * libiberty.h: Prototype C_alloca; define alloca to either
727 __builtin_alloca or C_alloca as appropriate.