Check if GCC's alloca() is available. More...
| Functions | |
| void * | alloca (size_t size) | 
| Allocates memory in the stack frame of the caller, so that it is automatically freed when the caller returns.  More... | |
Check if GCC's alloca() is available.
If it is available via a different spelling, define alloca to that spelling.
| void* alloca | ( | size_t | size | ) | 
Allocates memory in the stack frame of the caller, so that it is automatically freed when the caller returns.
| [in] | size | Number of bytes of space to allocate. | 
Referenced by ecore_x_icccm_protocol_atoms_set(), edje_language_set(), eet_clearcache(), eet_identity_certificate_print(), efreet_icon_deprecated_user_dir_get(), efreet_icon_user_dir_get(), eina_benchmark_run(), eina_file_current_directory_get(), eina_inarray_reverse(), eina_module_find(), elm_quicklaunch_fork(), and elm_quicklaunch_prepare().