You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by JongAm Park <jo...@sbcglobal.net> on 2010/05/01 00:43:07 UTC

[Q] Xerces 2.8x and memory leak (2)

Just in case..

I know that the memory leak explained in 
http://xerces.apache.org/xerces-c/faq-parse-2.html#faq-9
is not memory leak actually.

In my case, instead of using the released space in memory pool, it 
allocates new memory space.
So, memory footprint goes up. If it reuses, it will not go up that fast, 
because it is like to "allocates 20KB, deallocates 20KB, allocates 
20Bytes,.... .

Eventually, it makes the host program crash.

Thank you.

--
JongAm Park
jongampark@sbcglobal.net
Visit my personal blog at http://jongampark.blogspot.com
Visit my technical blog at http://jongampark.wordpress.com