Thanks so much. -----Original Message----- From: ext David Lutz [mailto:david.l...@sun.com] Sent: Monday, January 19, 2009 11:26 AM To: Pavesi, Valdemar (NSN - US/Boca Raton) Cc: dtrace-discuss@opensolaris.org; venkat Subject: Re: [dtrace-discuss] C++ Applications with Dtrace
"Pavesi, Valdemar (NSN - US/Boca Raton)" <valdemar.pav...@nsn.com> wrote: > > For this case there is no leak and still alloc fail=135. > > [snip] > > vmem memory memory memory alloc alloc > name in use total import succeed fail > ------------------------- --------- ---------- --------- --------- ----- > sbrk_top 216223744 216535040 0 2089 135 [snip] As I mentioned before, I believe that alloc fail for sbrk_top just means that you had to grow your heap to accommodate your memory foot print. Growing the heap is a normal part of memory management. David _______________________________________________ dtrace-discuss mailing list dtrace-discuss@opensolaris.org