Home
last modified time | relevance | path

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

/lvgl-latest/src/stdlib/builtin/
Dlv_mem_core_builtin.c79 state.tlsf = lv_tlsf_create_with_pool((void *)LV_MEM_POOL_ALLOC(LV_MEM_SIZE), LV_MEM_SIZE); in lv_mem_init()
83 state.tlsf = lv_tlsf_create_with_pool((void *)work_mem_int, LV_MEM_SIZE); in lv_mem_init()
86 state.tlsf = lv_tlsf_create_with_pool((void *)LV_MEM_ADR, LV_MEM_SIZE); in lv_mem_init()
Dlv_tlsf.h58 lv_tlsf_t lv_tlsf_create_with_pool(void * mem, size_t bytes);
Dlv_tlsf.c1079 lv_tlsf_t lv_tlsf_create_with_pool(void * mem, size_t bytes) in lv_tlsf_create_with_pool() function