Searched refs:initial_available_memory (Results 1 – 3 of 3) sorted by relevance
13 uint32_t initial_available_memory = 0; in test_snapshot_should_not_leak_memory() local20 initial_available_memory = monitor.free_size; in test_snapshot_should_not_leak_memory()34 TEST_ASSERT_EQUAL(initial_available_memory, final_available_memory); in test_snapshot_should_not_leak_memory()
78 uint32_t initial_available_memory = 0; in test_checkbox_should_allocate_memory_for_static_text() local87 initial_available_memory = m1.free_size; 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()
52 uint32_t initial_available_memory = 0; in test_switch_should_not_leak_memory_after_deletion() local58 initial_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()