chrisy2hats / mem-grep

mem-grep - Linux heap scanning utility
1 stars 0 forks source link

Add support for programs with multiple [heap] entries #8

Open chrisy2hats opened 4 years ago

chrisy2hats commented 4 years ago

Programs can have multiple heaps if they are multi-threaded. Currently only single threaded programs are supported.

Change the map parsing to return a std::vector for the heaps. The function that then traverse the heap will also need to be adjusted to accept and utlise a vector of heaps not a single heap.

chrisy2hats commented 4 years ago

Support for contiguous multi heap programs added in commit: db03241ed1a727a7150dc8ad34fb4f9060c3f4ca