Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/tests/src/test_cases/
Dtest_checkbox.c81 lv_mem_monitor_t m1; in test_checkbox_should_allocate_memory_for_static_text() local
82 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()
Dtest_dropdown.c53 lv_mem_monitor_t m1; in test_dropdown_set_options() local
54 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()
/lvgl-3.7.0/tests/src/
Dlv_test_helpers.h14 lv_mem_monitor_t m1; in lv_test_get_free_mem() local
15 lv_mem_monitor(&m1); in lv_test_get_free_mem()
16 return m1.free_size; in lv_test_get_free_mem()