libumem not works

Hi

In our project, I am seeing a increase in (heap) memory and

libumem is failing to detect it.

May be this is becacuse of wrong is use of memory pointers. Meaning it is not a 'new and not delete' case.

Can anybody tell me , how I can extend the libumem functionality to find such memory leaks or any other solaris based tool to find the same

Thanks

Madhu

[401 byte] By [madhu_777] at [2007-11-26 10:04:13]
# 1

Memory leaks can be found using dbx, the Sun Studio debugger. To turn on memory leaks checking, type 'check -leaks' in dbx command prompt before starting your application.

libumem also has its own mechanism for detecting memory leaks, which I'm not too familiar with. Take a look at

man umem_debug

MaximKartashev at 2007-7-7 1:39:15 > top of Java-index,Development Tools,Solaris and Linux Development Tools...