massif & counts per type
folkert <[email protected]>
| Newsgroups | gmane.comp.debugging.valgrind |
|---|---|
| Organization | www.vanheusden.com |
| Message-ID | <[email protected]> |
Hi, How can I obtain the number of mallocs per type in a time-frame using massif? I'm NOT interested in the total in use, I would like to know how often type x is allocated between t+1 and t+2. regards