On Wednesday, 24 September 2025 at 22:55:57 UTC, Ali Çehreli wrote: > 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'?