So, a GC.minimize translation: "I know I will not need memory close to what I've used so far; give all your free blocks back to the OS."Ali
Does D do 'Generational' GC, or is it simply if there isn't enough memory, to do a 'collect'?
So, a GC.minimize translation: "I know I will not need memory close to what I've used so far; give all your free blocks back to the OS."Ali
Does D do 'Generational' GC, or is it simply if there isn't enough memory, to do a 'collect'?