search for: dtrace_cc

Displaying 3 results from an estimated 3 matches for "dtrace_cc".

Did you mean: dtrace_
2008 Dec 08
1
Does DTrace have "-xmangled" to support C++? Apple has done that
...age: http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/dtrace.1.html Is it possible to have that "mangled" option in DTrace? You know, some times there is no c++filt/dem/gc++filt installed, so it''s hard to follow http://developers.sun.com/solaris/articles/dtrace_cc.html. Thanks, -Alex -- This message posted from opensolaris.org
2005 Dec 12
0
Getting number of bytes returned to application by free()?
Howdy, I just got done reading the following article on using DTrace to debug C++ applications: http://developer.sun.com/solaris/articles/dtrace_cc.html And was curious if there is a way to use DTrace to grab the number of bytes free() returns to the application? The malloc(), free() and brk() manual pages don''t provide a whole lot of info on what happens when free() is called, and I was wondering if anyone has written some D to gra...
2008 Jun 09
6
FW: Memory Leak Problem in My Application running on Solaris 10.
...at Sun.COM] > Sent: Wednesday, May 21, 2008 4:33 AM > To: Sana, Srikant > Subject: Re: Regarding DTrace. > > Hello - there''s a good developers article on using dtrace to find memory > > leaks > in C++ code here: > > http://developers.sun.com/solaris/articles/dtrace_cc.html > > There''s also an alternate malloc implementation in Solaris 10 called > libumem. > If you link to libumem (just use LD_PRELOAD), it will do heap management > out of libumem instead of libc, and libumem offers some very nice > features > for chasing memory leak...