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 detials.
Referenced by ecore_con_ssl_client_upgrade(), edje_edit_script_program_set(), edje_evas_global_perspective_get(), edje_language_set(), eet_clearcache(), eet_identity_certificate_print(), eet_identity_print(), efl_quicklaunch_prepare(), efreet_icon_deprecated_user_dir_get(), efreet_icon_free(), efreet_icon_user_dir_get(), efreet_menu_unref(), eina_benchmark_run(), eina_file_current_directory_get(), eina_inarray_reverse(), eina_module_find(), elm_quicklaunch_fork(), elm_quicklaunch_prepare(), evas_object_box_smart_class_get(), and evas_textblock_cursor_content_get().