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_drm2_fb_dirty(), ecore_drm_fb_dirty(), ecore_x_icccm_protocol_atoms_set(), edje_edit_script_program_set(), edje_freeze(), edje_language_set(), edje_transition_duration_factor_set(), eet_clearcache(), eet_identity_certificate_print(), efl_callbacks_cmp(), efreet_desktop_string_list_parse(), efreet_icon_deprecated_user_dir_get(), efreet_icon_free(), efreet_icon_user_dir_get(), efreet_menu_dump(), efreet_menu_unref(), efreet_mime_globs_type_get(), efreet_util_path_to_file_id(), eina_benchmark_run(), eina_debug_session_send(), eina_file_current_directory_get(), eina_inarray_reverse(), eina_module_find(), eina_prefix_new(), elm_quicklaunch_fork(), elm_quicklaunch_prepare(), evas_object_box_smart_class_get(), and evas_textblock_cursor_content_get().