simplifies usage of alloca() by including the proper file depending on the platform. More...
Functions | |
void * | alloca (long) |
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 | ( | long | ) |
Allocates memory in the stack frame of the caller, so it's automatically freed when the caller returns.
See alloca(3) for detials.
Referenced by ecore_drm_fb_dirty(), ecore_x_e_window_available_profiles_set(), ecore_x_e_window_profile_list_set(), edje_language_set(), eet_clearcache(), eet_identity_certificate_print(), eet_shutdown(), efreet_desktop_string_list_parse(), efreet_icon_deprecated_user_dir_get(), efreet_icon_user_dir_get(), efreet_menu_dump(), efreet_mime_globs_type_get(), efreet_util_path_to_file_id(), eina_benchmark_run(), eina_file_current_directory_get(), eina_inarray_reverse(), eina_module_find(), eina_prefix_new(), eina_simple_xml_attribute_w3c_parse(), and eina_simple_xml_attributes_parse().