php-gtk3
php-gtk3 copied to clipboard
Heap memory cleanup
As PHP send object creation request to CPP, what about (heap) memory cleanup there?
I mean delete operation for every new widget construction
We have some issues about it, but all teorical universe
https://github.com/scorninpc/php-gtk3/issues/81 (here we implement some things to try some tests) https://github.com/scorninpc/php-gtk3/issues/42 https://github.com/scorninpc/php-gtk3/issues/151
Have you facing some problem?
No, not facing
Introduction to Memory Management in GTK+ looks useful for manual management,
but here is another way, by gtkmm wrapper for C++ Chapter 25. Memory management - Gtk::make_managed()
Suppose it could be much useful for PHP implementation