Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Qt with HansBoehm gc
-
Can i use "this GC":http://www.hpl.hp.com/personal/Hans_Boehm/gc/ to allocate memory for Qt objects like widgets and other?
-
As i understand from "Conservative GC Algorithmic Overview":http://www.hpl.hp.com/personal/Hans_Boehm/gc/gcdescr.html
theoreticaly yes. but Qt has a nice "memory management":http://qt-project.org/wiki/Memory-management mechanism and i think it is not neccesary use some 3rd part lib for garbage collecting.