Lua-RTOS-ESP32 icon indicating copy to clipboard operation
Lua-RTOS-ESP32 copied to clipboard

add heap information to thread.list

Open the0ne opened this issue 6 years ago • 0 comments

adds the count of heap blocks and the total allocated heap bytes for each process.

note that thread.list now also includes dead threads that have exited already but didn't free all of their allocated heap.

make sure to have CONFIG_HEAP_TASK_TRACKING enabled to get heap information in thread.list - please note that either CONFIG_HEAP_POISONING_LIGHT (recommended) or CONFIG_HEAP_POISONING_COMPREHENSIVE will be required as well.

file formatting has been updated in a separate commit.

the0ne avatar Sep 22 '19 19:09 the0ne