Kevin Bealer wrote: > [...] > I think even malloc() does not free memory to the OS. > [...] I thought that too, but I wrote a test in both C++ and D that prove that malloc()/free() will return memory to the OS in both cases (at least on Linux). Dave