Open anderflash opened 9 years ago
It could be better to tackle with memory management (arrays, ranges, queues...).
GCC has special methods to be called before and after main (e.g. to clean memory).
Another way is to count references
The Garbage Collection Handbook: The Art of Automatic Memory Management
It could be better to tackle with memory management (arrays, ranges, queues...).
GCC has special methods to be called before and after main (e.g. to clean memory).
Another way is to count references