Home
last modified time | relevance | path

Searched refs:LV_ENABLE_GC (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_gc.c27 #if(!defined(LV_ENABLE_GC)) || LV_ENABLE_GC == 0
A Dlv_mem.c34 #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 == 0
355 #if LV_ENABLE_GC == 0
A Dlv_gc.h49 #if LV_ENABLE_GC == 1
/AliOS-Things-master/components/littlevgl/src/
A Dlv_conf_checker.h119 #ifndef LV_ENABLE_GC
120 #define LV_ENABLE_GC 0 macro
122 #if LV_ENABLE_GC != 0
/AliOS-Things-master/components/littlevgl/
A Dlv_conf.h91 #define LV_ENABLE_GC 0 macro
92 #if LV_ENABLE_GC != 0
A Dlv_conf_template.h91 #define LV_ENABLE_GC 0
92 #if LV_ENABLE_GC != 0

Completed in 7 milliseconds