Searched defs:LV_ASSERT_MEM (Results 1 – 1 of 1) sorted by relevance
89 # define LV_ASSERT_MEM(p) LV_DEBUG_ASSERT(LV_DEBUG_IS_NULL(p), "Out of memory", p); macro92 # define LV_ASSERT_MEM(p) macro