Searched refs:LV_MEM_CUSTOM_ALLOC (Results 1 – 5 of 5) sorted by relevance
26 # define LV_MEM_CUSTOM_ALLOC rt_malloc macro
60 #define LV_MEM_CUSTOM_ALLOC malloc macro
64 #define LV_MEM_CUSTOM_ALLOC malloc
168 #ifndef LV_MEM_CUSTOM_ALLOC170 #define LV_MEM_CUSTOM_ALLOC CONFIG_LV_MEM_CUSTOM_ALLOC macro172 #define LV_MEM_CUSTOM_ALLOC malloc macro
136 void * alloc = LV_MEM_CUSTOM_ALLOC(size); in lv_mem_alloc()