Searched refs:lv_mem_ent_t (Results 1 – 1 of 1) sorted by relevance
59 } lv_mem_ent_t; typedef75 static lv_mem_ent_t * ent_get_next(lv_mem_ent_t * act_e);76 static void * ent_alloc(lv_mem_ent_t * e, size_t size);77 static void ent_trunc(lv_mem_ent_t * e, size_t size);129 lv_mem_ent_t * full = (lv_mem_ent_t *)work_mem; in _lv_mem_init()144 lv_mem_ent_t * full = (lv_mem_ent_t *)work_mem; in _lv_mem_deinit()173 lv_mem_ent_t * e = NULL; in lv_mem_alloc()195 ((lv_mem_ent_t *)alloc)->header.s.d_size = size; in lv_mem_alloc()196 ((lv_mem_ent_t *)alloc)->header.s.used = 1; in lv_mem_alloc()198 alloc = &((lv_mem_ent_t *)alloc)->first_data; in lv_mem_alloc()[all …]