Understanding Linux /proc/pid/maps or /proc/self/maps

I am trying to understand my embedded Linux application’s memory use. The /proc/pid/maps utility/file seems to be a good resource for seeing the details. Unfortunately I don’t understand all the columns and entries.

What does the anonymous inode 0 entries mean? These seem to be some of the larger memory segments.

3 Answers
3

Leave a Comment