Searched refs:lv_mem_alloc (Results 1 – 17 of 17) sorted by relevance
41 lv_async_info_t *info = lv_mem_alloc(sizeof(lv_async_info_t)); in lv_async_call()
73 void * lv_mem_alloc(uint32_t size);
80 n_new = lv_mem_alloc(ll_p->n_size + LL_NODE_META_SIZE); in lv_ll_ins_head()116 n_new = lv_mem_alloc(ll_p->n_size + LL_NODE_META_SIZE); in lv_ll_ins_prev()138 n_new = lv_mem_alloc(ll_p->n_size + LL_NODE_META_SIZE); in lv_ll_ins_tail()
108 void * lv_mem_alloc(uint32_t size) in lv_mem_alloc() function246 new_p = lv_mem_alloc(new_size); in lv_mem_realloc()
109 file_p->file_d = lv_mem_alloc(file_p->drv->file_size); in lv_fs_open()369 rddir_p->dir_d = lv_mem_alloc(rddir_p->drv->rddir_size); in lv_fs_dir_open()
321 dsc->user_data = lv_mem_alloc(sizeof(lv_img_decoder_built_in_data_t)); in lv_img_decoder_built_in_open()330 user_data->f = lv_mem_alloc(sizeof(f)); in lv_img_decoder_built_in_open()368 dsc->user_data = lv_mem_alloc(sizeof(lv_img_decoder_built_in_data_t)); in lv_img_decoder_built_in_open()377 … user_data->palette = lv_mem_alloc(palette_size * sizeof(lv_color_t)); in lv_img_decoder_built_in_open()
62 LV_GC_ROOT(_lv_draw_buf) = lv_mem_alloc(size); in lv_draw_get_buf()
154 LV_GC_ROOT(_lv_img_cache_array) = lv_mem_alloc(sizeof(lv_img_cache_entry_t) * new_entry_cnt); in lv_img_cache_set_size()
257 ext->cell_data[cell] = lv_mem_alloc(2); /*+1: trailing '\0; +1: format byte*/ in lv_table_set_cell_align()285 ext->cell_data[cell] = lv_mem_alloc(2); /*+1: trailing '\0; +1: format byte*/ in lv_table_set_cell_type()316 ext->cell_data[cell] = lv_mem_alloc(2); /*+1: trailing '\0; +1: format byte*/ in lv_table_set_cell_crop()345 ext->cell_data[cell] = lv_mem_alloc(2); /*+1: trailing '\0; +1: format byte*/ in lv_table_set_cell_merge_right()
166 char * new_str = lv_mem_alloc(strlen(src_img) + 1); in lv_img_set_src()
195 ext->text = lv_mem_alloc(len); in lv_label_set_text()230 ext->text = lv_mem_alloc(size + 1); in lv_label_set_array_text()1175 ext->dot.tmp_ptr = lv_mem_alloc(len + 1); in lv_label_set_dot_tmp()
105 ext->tab_name_ptr = lv_mem_alloc(sizeof(char *)); in lv_tabview_create()163 ext->tab_name_ptr = lv_mem_alloc(sizeof(char *)); in lv_tabview_create()227 name_dm = lv_mem_alloc(strlen(name) + 1); /*+1 for the the closing '\0' */ in lv_tabview_add_tab()
940 ext->button_areas = lv_mem_alloc(sizeof(lv_area_t) * btn_cnt); in allocate_btn_areas_and_controls()942 ext->ctrl_bits = lv_mem_alloc(sizeof(lv_btnm_ctrl_t) * btn_cnt); in allocate_btn_areas_and_controls()
167 ser->points = lv_mem_alloc(sizeof(lv_coord_t) * ext->point_cnt); in lv_chart_add_series()281 lv_coord_t * new_points = lv_mem_alloc(sizeof(lv_coord_t) * point_cnt); in lv_chart_set_point_count()
151 char * opt_extra = lv_mem_alloc(opt_len * LV_ROLLER_INF_PAGES); in lv_roller_set_options()
648 ext->pwd_tmp = lv_mem_alloc(len + 1); in lv_ta_set_pwd_mode()
289 dsc = lv_mem_alloc(sizeof(lv_style_anim_dsc_t)); in lv_style_anim_init()
Completed in 28 milliseconds