Searched refs:m1 (Results 1 – 3 of 3) sorted by relevance
17 lv_mem_monitor_t m1; in lv_test_get_free_mem() local18 lv_mem_monitor(&m1); in lv_test_get_free_mem()19 return m1.free_size; in lv_test_get_free_mem()
82 lv_mem_monitor_t m1; in test_checkbox_should_allocate_memory_for_static_text() local83 lv_mem_monitor(&m1); in test_checkbox_should_allocate_memory_for_static_text()88 initial_available_memory = m1.free_size; in test_checkbox_should_allocate_memory_for_static_text()92 lv_mem_monitor(&m1); in test_checkbox_should_allocate_memory_for_static_text()95 LV_HEAP_CHECK(TEST_ASSERT_LESS_THAN(initial_available_memory, m1.free_size)); in test_checkbox_should_allocate_memory_for_static_text()
55 lv_mem_monitor_t m1; in test_dropdown_set_options() local56 lv_mem_monitor(&m1); in test_dropdown_set_options()115 TEST_ASSERT_UINT_WITHIN(48, m1.free_size, m2.free_size); in test_dropdown_set_options()