Hi, "Taeyoung Hong" <[EMAIL PROTECTED]> writes:
> On one hundred iteration of test() fuction in the code, resident > memory size of the program increased up to 88 KB. Resident memory increase is not a sure indication of a memory leak. Use valgrind to figure out whether you have memory leaks and where they come from. hth, -boris -- Boris Kolpackov Code Synthesis Tools CC http://www.codesynthesis.com Open-Source, Cross-Platform C++ XML Data Binding _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
