Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/
A Dlv_conf_checker.h109 #ifndef LV_MEM_CUSTOM_ALLOC
110 # define LV_MEM_CUSTOM_ALLOC malloc /*Wrapper to malloc*/ macro
/AliOS-Things-master/components/littlevgl/
A Dlv_conf.h85 # define LV_MEM_CUSTOM_ALLOC malloc /*Wrapper to malloc*/ macro
A Dlv_conf_template.h85 # define LV_MEM_CUSTOM_ALLOC malloc /*Wrapper to malloc*/
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_mem.c148 alloc = LV_MEM_CUSTOM_ALLOC(size); in lv_mem_alloc()
151 alloc = LV_MEM_CUSTOM_ALLOC(size + sizeof(lv_mem_header_t)); in lv_mem_alloc()

Completed in 6 milliseconds