Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_tlsf.h57 lv_tlsf_t lv_tlsf_create_with_pool(void * mem, size_t bytes);
Dlv_mem.c92 tlsf = lv_tlsf_create_with_pool((void *)LV_MEM_POOL_ALLOC(LV_MEM_SIZE), LV_MEM_SIZE); in lv_mem_init()
96 tlsf = lv_tlsf_create_with_pool((void *)work_mem_int, LV_MEM_SIZE); in lv_mem_init()
99 tlsf = lv_tlsf_create_with_pool((void *)LV_MEM_ADR, LV_MEM_SIZE); in lv_mem_init()
Dlv_tlsf.c1079 lv_tlsf_t lv_tlsf_create_with_pool(void * mem, size_t bytes) in lv_tlsf_create_with_pool() function