Hi guys,
Do you know a way to track the memory in Qt?
Does Qt have some memory manager which can report memory leaks and maybe some detailed report about what parts/classes of Qt take what amount of memory?
Is it possible to overload the new/delete operator for Qt in case Qt doesn't have such a thing? Or how do you check for memory leaks using Qt?
Cheers,
Ben