Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_snapshot.c14 size_t initial_available_memory = 0; in test_snapshot_should_not_leak_memory() local
21 initial_available_memory = monitor.free_size; in test_snapshot_should_not_leak_memory()
35 TEST_ASSERT_EQUAL(initial_available_memory, final_available_memory); in test_snapshot_should_not_leak_memory()
41 size_t initial_available_memory = 0; in test_snapshot_with_transform_should_not_leak_memory() local
53 initial_available_memory = monitor.free_size; in test_snapshot_with_transform_should_not_leak_memory()
68 TEST_ASSERT_EQUAL(initial_available_memory, final_available_memory); in test_snapshot_with_transform_should_not_leak_memory()
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_checkbox.c79 size_t initial_available_memory = 0; in test_checkbox_should_allocate_memory_for_static_text() local
88 initial_available_memory = m1.free_size; in test_checkbox_should_allocate_memory_for_static_text()
94 LV_UNUSED(initial_available_memory); 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()
Dtest_switch.c53 size_t initial_available_memory = 0; in test_switch_should_not_leak_memory_after_deletion() local
56 initial_available_memory = lv_test_get_free_mem(); in test_switch_should_not_leak_memory_after_deletion()
66 LV_UNUSED(initial_available_memory); in test_switch_should_not_leak_memory_after_deletion()
67 LV_HEAP_CHECK(TEST_ASSERT_MEM_LEAK_LESS_THAN(initial_available_memory, 24)); in test_switch_should_not_leak_memory_after_deletion()