Home
last modified time | relevance | path

Searched refs:final_available_memory (Results 1 – 2 of 2) sorted by relevance

/lvgl-3.6.0/tests/src/test_cases/
Dtest_snapshot.c15 uint32_t final_available_memory = 0; in test_snapshot_should_not_leak_memory() local
33 final_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()
Dtest_switch.c53 uint32_t final_available_memory = 0; in test_switch_should_not_leak_memory_after_deletion() local
69 final_available_memory = monitor.free_size; in test_switch_should_not_leak_memory_after_deletion()
71 LV_HEAP_CHECK(TEST_ASSERT_LESS_OR_EQUAL(initial_available_memory, final_available_memory)); in test_switch_should_not_leak_memory_after_deletion()