Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dsys_heap.h268 void sys_heap_print_info(struct sys_heap *heap, bool dump_chunks);
/Zephyr-latest/modules/lvgl/
Dlvgl_mem.c64 sys_heap_print_info(&lvgl_heap, dump_chunks); in lvgl_print_heap_info()
/Zephyr-latest/lib/heap/
Dheap_info.c73 void sys_heap_print_info(struct sys_heap *heap, bool dump_chunks) in sys_heap_print_info() function