Home
last modified time | relevance | path

Searched refs:lv_mem_alloc (Results 1 – 17 of 17) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_async.c41 lv_async_info_t *info = lv_mem_alloc(sizeof(lv_async_info_t)); in lv_async_call()
A Dlv_mem.h73 void * lv_mem_alloc(uint32_t size);
A Dlv_ll.c80 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()
A Dlv_mem.c108 void * lv_mem_alloc(uint32_t size) in lv_mem_alloc() function
246 new_p = lv_mem_alloc(new_size); in lv_mem_realloc()
A Dlv_fs.c109 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()
/AliOS-Things-master/components/littlevgl/src/lv_draw/
A Dlv_img_decoder.c321 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()
A Dlv_draw.c62 LV_GC_ROOT(_lv_draw_buf) = lv_mem_alloc(size); in lv_draw_get_buf()
A Dlv_img_cache.c154 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()
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_table.c257 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()
A Dlv_img.c166 char * new_str = lv_mem_alloc(strlen(src_img) + 1); in lv_img_set_src()
A Dlv_label.c195 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()
A Dlv_tabview.c105 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()
A Dlv_btnm.c940 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()
A Dlv_chart.c167 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()
A Dlv_roller.c151 char * opt_extra = lv_mem_alloc(opt_len * LV_ROLLER_INF_PAGES); in lv_roller_set_options()
A Dlv_ta.c648 ext->pwd_tmp = lv_mem_alloc(len + 1); in lv_ta_set_pwd_mode()
/AliOS-Things-master/components/littlevgl/src/lv_core/
A Dlv_style.c289 dsc = lv_mem_alloc(sizeof(lv_style_anim_dsc_t)); in lv_style_anim_init()

Completed in 28 milliseconds