Home
last modified time | relevance | path

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

/lvgl-latest/src/stdlib/builtin/
Dlv_mem_core_builtin.c112 lv_mem_pool_t new_pool = lv_tlsf_add_pool(state.tlsf, mem, bytes); in lv_mem_add_pool() local
113 if(!new_pool) { in lv_mem_add_pool()
120 *pool_p = new_pool; in lv_mem_add_pool()
122 return new_pool; in lv_mem_add_pool()
/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.h47 bool (*new_pool)(void * ctx, smm_pool_t * pool); member
Dlv_wayland_smm.c485 if((smm_instance.cbs.new_pool != NULL) && in get_from_pool()
486 (smm_instance.cbs.new_pool(smm_instance.cbs.ctx, in get_from_pool()