|
From: Nicholas N. <nj...@cs...> - 2007-03-20 21:46:41
|
On Mon, 19 Mar 2007, Rares Vernica wrote: > I would like to know just the size of the memory my program is using. > Does the following information from memcheck answer my question? > > ==14776== malloc/free: 594,317 allocs, 594,317 frees, 15,403,721 bytes > allocated. No. That's the total allocated. You want the peak, I presume. > If not, how can I compute the total memory usage from this massif output: > > ==14494== Total spacetime: 522,204,199,298 ms.B You can't, unfortunately. Nick |