Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.h37 typedef void smm_pool_t; typedef
47 bool (*new_pool)(void * ctx, smm_pool_t * pool);
48 void (*expand_pool)(void * ctx, smm_pool_t * pool);
49 void (*free_pool)(void * ctx, smm_pool_t * pool);
64 smm_pool_t * const pool;
Dlv_wayland.c1433 static bool sme_new_pool(void * ctx, smm_pool_t * pool) in sme_new_pool()
1449 static void sme_expand_pool(void * ctx, smm_pool_t * pool) in sme_expand_pool()
1458 static void sme_free_pool(void * ctx, smm_pool_t * pool) in sme_free_pool()