simplifies usage of alloca() by including the proper file depending on the platform. More...
Functions | |
void * | alloca (size_t size) |
Allocates memory in the stack frame of the caller, so it's automatically freed when the caller returns. More... | |
simplifies usage of alloca() by including the proper file depending on the platform.
void* alloca | ( | size_t | size | ) |
Allocates memory in the stack frame of the caller, so it's automatically freed when the caller returns.
See alloca(3) for details.
Referenced by ecore_x_icccm_protocol_atoms_set(), edje_language_set(), eet_clearcache(), eet_identity_certificate_print(), efl_quicklaunch_prepare(), 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().