|
From: Rares V. <rve...@gm...> - 2007-03-20 00:30:08
|
Hi, 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. If not, how can I compute the total memory usage from this massif output: ==14494== Total spacetime: 522,204,199,298 ms.B Thanks a lot, Ray |