Search code examples
cmemory-managementdata-structuresoperating-systemprofiler

How to track memory in heap area for a c program?


I am trying to code a project which will track on heap area of c program, something like in memory profiler, on windows os, using dev cpp compiler, what would be the steps for it? thanks.


Solution

  • You should take a look at MemProf or massif.