monitoring the heap

O

onsbomma

Hallo

Does anyone knows a program that monitors the heap??
I want to test the fragmentation of mallocs and therefor I must know the
memory usage of all times.

thx
 
H

Howard

onsbomma said:
Hallo

Does anyone knows a program that monitors the heap??
I want to test the fragmentation of mallocs and therefor I must know the
memory usage of all times.

thx

Check on a newsgroup for your operating system. The issue is not
specifically related to the C++ language (although certain tools may
integrate nicely with specific C++ compiler vendor's IDE's).

(And in fact, "heap" itself is not really a C++ term. It's properly
referred to as "free store" (or "dynamic memory").)

-Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,160
Messages
2,570,889
Members
47,422
Latest member
LatashiaZc

Latest Threads

Top