Linux memory monitoring (allocations Vs usage)
Published: (Updated: ) by . Leave a Comment on Linux memory monitoring (allocations Vs usage).
How to use some of Linux’s standard tools and how different types of memory usage shows up. Examples of using malloc and writing to memory with three use-cases for a simple process In each case we run the example with a 64MB allocation so that we can see the usage from standard linux tools. We […]