below is my memory leakeage . i cant identify were its leaking but 6 leakage is there. in grouping column when hide my system libraries i checked means below leakeage is not showing.( in image lefthand side bottom u een this grouping column). problem is my sytem libraries or something else.

i already wasted 2 days so only am asking here. help in this.
Were is leakege?
As far as I can gather from the image, there seems to be some kind of background thread running constantly…be it a system library or some object which is not properly released. Such issues really are a bottleneck in development. It becomes really complex to find out the exact point where the leak is occurring.
Build and Analise is a good option, since it will give you a proper path as to where and why the leak is occurring!!
Best of luck!!