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.
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.