Searched refs:LV_ENABLE_GC (Results 1 – 6 of 6) sorted by relevance
27 #if(!defined(LV_ENABLE_GC)) || LV_ENABLE_GC == 0
34 #if LV_ENABLE_GC == 0 /*gc custom allocations must not include header*/147 #if LV_ENABLE_GC == 1 /*gc must not include header*/ in lv_mem_alloc()183 #if LV_ENABLE_GC == 0 in lv_mem_free()205 #if LV_ENABLE_GC == 0 in lv_mem_free()221 #if LV_ENABLE_GC == 0355 #if LV_ENABLE_GC == 0
49 #if LV_ENABLE_GC == 1
119 #ifndef LV_ENABLE_GC120 #define LV_ENABLE_GC 0 macro122 #if LV_ENABLE_GC != 0
91 #define LV_ENABLE_GC 0 macro92 #if LV_ENABLE_GC != 0
91 #define LV_ENABLE_GC 092 #if LV_ENABLE_GC != 0
Completed in 7 milliseconds