Is there a good way of detecting memory leaks in a mex file?
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a mex file that seems to be leaking memory. I only use one malloc, and this is definitely freed. Is there a good way to detect where the leak is coming from, such as a recommended debugging tool?
0 Commenti
Risposte (1)
Febin Benjamin
il 1 Ago 2013
check this link... may be you'l find something.... http://help.mworks-project.org/discussions/problems/53-memory-leak-in-mex-functions
0 Commenti
Vedere anche
Categorie
Scopri di più su Debugging and Analysis in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!