Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.c101 struct smm_pool { struct
131 static struct smm_pool * alloc_pool(void);
132 static void free_pool(struct smm_pool * pool);
139 struct smm_pool * active;
284 struct smm_pool * pool = mbuf->props.pool; in smm_map()
393 struct smm_pool * buf_pool = buf->props.pool; in calc_buffer_size()
533 struct smm_pool * pool = buf->props.pool; in return_to_pool()
583 struct smm_pool * alloc_pool(void) in alloc_pool()
585 struct smm_pool * pool; in alloc_pool()
590 pool = malloc(sizeof(struct smm_pool)); in alloc_pool()
[all …]