Kirill 'Big K' Katsnelson writes:
Ok, I tested it with the NT allocator. There is a memory leakage,
but it's different. Anybody knows what's that?
This is probably not a memory leak. Under UNIX you can't always
give memory back to the system, either because malloc() doens't
know that the memory it is all freed or because malloc() doesn't
know all the pointers that point to a block of used memory so
that relocation can be done. Test results vary depending on how
clever malloc() is.