Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add heap information to thread.list #308

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

the0ne
Copy link
Collaborator

@the0ne the0ne commented Sep 22, 2019

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 and others added 4 commits September 22, 2019 21:09
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant