Home
last modified time | relevance | path

Searched refs:lv_mem_monitor (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.5.0/tests/src/test_cases/
Dtest_snapshot.c20 lv_mem_monitor(&monitor); in test_snapshot_should_not_leak_memory()
32 lv_mem_monitor(&monitor); in test_snapshot_should_not_leak_memory()
Dtest_checkbox.c82 lv_mem_monitor(&m1); in test_checkbox_should_allocate_memory_for_static_text()
91 lv_mem_monitor(&m1); in test_checkbox_should_allocate_memory_for_static_text()
Dtest_switch.c57 lv_mem_monitor(&monitor); in test_switch_should_not_leak_memory_after_deletion()
68 lv_mem_monitor(&monitor); in test_switch_should_not_leak_memory_after_deletion()
Dtest_dropdown.c54 lv_mem_monitor(&m1); in test_dropdown_set_options()
112 lv_mem_monitor(&m2); in test_dropdown_set_options()
/lvgl-3.5.0/tests/src/
Dlv_test_helpers.h15 lv_mem_monitor(&m1); in lv_test_get_free_mem()
/lvgl-3.5.0/examples/widgets/table/
Dlv_example_table_2.c60 lv_mem_monitor(&mon1); in lv_example_table_2()
88 lv_mem_monitor(&mon2); in lv_example_table_2()
/lvgl-3.5.0/src/misc/
Dlv_mem.h102 void lv_mem_monitor(lv_mem_monitor_t * mon_p);
Dlv_mem.c143 lv_mem_monitor(&mon); in lv_mem_alloc()
246 void lv_mem_monitor(lv_mem_monitor_t * mon_p) in lv_mem_monitor() function
/lvgl-3.5.0/demos/stress/
Dlv_demo_stress.c73 lv_mem_monitor(&mon); in obj_test_task_cb()
/lvgl-3.5.0/src/core/
Dlv_refr.c425 lv_mem_monitor(&mon); in _lv_disp_refr_timer()