ISHELL_CreateInstance - .........._Release | developer.brewmp.com ISHELL_CreateInstance - .........._Release | developer.brewmp.com

Developer

ISHELL_CreateInstance - .........._Release

Forums:

My project has a memory consumption of about 2 KBytes after about 10 runs. I suspect there may be some memory leak. However there are neither "Wasted" report or any leak reported by (L) , nor any BPOINT messages.

I want to check all objects created by ISHELL_CreateInstance are destroyed by (interface_name)_Release.

Are there any easy way to calculate this? I redefined ISHELL_CreateInstance and encapsulated this method, now it counts how many ISHELL_CreateInstances are used. Are there any way to calculate the Releases?