Home
last modified time | relevance | path

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

/lvgl-latest/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()
52 lv_mem_monitor(&monitor); in test_snapshot_with_transform_should_not_leak_memory()
64 lv_mem_monitor(&monitor); in test_snapshot_with_transform_should_not_leak_memory()
Dtest_event.c32 lv_mem_monitor(&monitor); in test_event_should_not_memory_lean()
43 lv_mem_monitor(&m2); in test_event_should_not_memory_lean()
/lvgl-latest/src/stdlib/
Dlv_mem.c76 lv_mem_monitor(&mon); in lv_malloc()
105 lv_mem_monitor(&mon); in lv_malloc_zeroed()
171 void lv_mem_monitor(lv_mem_monitor_t * mon_p) in lv_mem_monitor() function
Dlv_mem.h146 void lv_mem_monitor(lv_mem_monitor_t * mon_p);
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_checkbox.c83 lv_mem_monitor(&m1); in test_checkbox_should_allocate_memory_for_static_text()
92 lv_mem_monitor(&m1); in test_checkbox_should_allocate_memory_for_static_text()
Dtest_dropdown.c56 lv_mem_monitor(&m1); in test_dropdown_set_options()
114 lv_mem_monitor(&m2); in test_dropdown_set_options()
/lvgl-latest/tests/src/
Dlv_test_helpers.h18 lv_mem_monitor(&m1); in lv_test_get_free_mem()
/lvgl-latest/examples/widgets/table/
Dlv_example_table_2.c66 lv_mem_monitor(&mon1); in lv_example_table_2()
95 lv_mem_monitor(&mon2); in lv_example_table_2()
/lvgl-latest/src/others/sysmon/
Dlv_sysmon.c315 lv_mem_monitor(mem_mon); in mem_update_timer_cb()
/lvgl-latest/demos/stress/
Dlv_demo_stress.c77 lv_mem_monitor(&mon); in obj_test_task_cb()