> But resources were not freed by the collector. See Resident (RES) in linux > 'top' for example.
The allocator is not obliged to return memory back to the OS, instead it reuses the memory for itself. Also, your threading code is broken and your code style alien.
