>>>> "kkm" == Kirill 'Big K' Katsnelson
<kkm(a)dtmx.com> writes:
kkm> Ok, I tested it with the NT allocator. There is a memory leakage,
kkm> but it's different. Anybody knows what's that?
kkm> New figures are in parenteses.
Solaris 2.6 Purify says `No memory leak.'
Does the memory leak `go away' if you run another memory hog program
that allocates all the memory it can?
main() { while (malloc (1024 * 1024)); } /* Untested :) */
Martin