Re: How Can I Get See A Memory Map For An Executable

2005-11-13 Thread Florian Weimer
* Steven Woody: > i want to check in my C++ program, what variable is allocated in where. is > there such a tool? > how can i get see the runtime memory useage graph for my c++ > program? this will include stack memory and dynamic memory > (heap). thanks. To some extent, valgrind can generate su

How Can I Get See A Memory Map For An Executable

2005-11-13 Thread Steven Woody
i want to check in my C++ program, what variable is allocated in where. is there such a tool? another relative question is, where the 'new' operator get memory from? the global heap? does it same with what 'malloc' get from? thanks. -- steven woody (id: narke) Celine: Well, who says relation

How Can I Get See A Memory Map For An Executable

2005-11-12 Thread Steven Woody
i want to check in my C++ program, what variable is allocated in where. is there such a tool? another relative question is, where the 'new' operator get memory from? the global heap? does it same with what 'malloc' get from? thanks. -- steven woody (id: narke) Celine: Well, who says relation