Searched refs:m1 (Results 1 – 3 of 3) sorted by relevance
81 lv_mem_monitor_t m1; in test_checkbox_should_allocate_memory_for_static_text() local82 lv_mem_monitor(&m1); in test_checkbox_should_allocate_memory_for_static_text()87 initial_available_memory = m1.free_size; in test_checkbox_should_allocate_memory_for_static_text()91 lv_mem_monitor(&m1); in test_checkbox_should_allocate_memory_for_static_text()93 LV_HEAP_CHECK(TEST_ASSERT_LESS_THAN(initial_available_memory, m1.free_size)); in test_checkbox_should_allocate_memory_for_static_text()
53 lv_mem_monitor_t m1; in test_dropdown_set_options() local54 lv_mem_monitor(&m1); in test_dropdown_set_options()113 TEST_ASSERT_UINT32_WITHIN(48, m1.free_size, m2.free_size); in test_dropdown_set_options()
14 lv_mem_monitor_t m1; in lv_test_get_free_mem() local15 lv_mem_monitor(&m1); in lv_test_get_free_mem()16 return m1.free_size; in lv_test_get_free_mem()