We are using xml extensively in our application which runs on HP Unix. 
When I ran purify against our application, I see a lot of memory leaks 
from the xml libraries. One of such leaks is as shown below:
         MLK: 193256 bytes leaked in 6902 blocks
         This memory was allocated from:
               malloc         [rtlib.o]
               __nW__fUl      [libCsup.2]
               operator new(unsigned long) [rtlib.o]
               CMBinaryOp::CMBinaryOp(ContentSpecNode::NodeTypes,CMNode 
*,CMNode *) [CMBinaryOp.cpp:106]
               DFAContentModel::buildSyntaxTree(ContentSpecNode *) 
[DFAContentModel.cpp:894]
               DFAContentModel::buildSyntaxTree(ContentSpecNode *) 
[DFAContentModel.cpp:893]
         Block of 28 bytes (6902 times); last block at 0x408c21a0

Is this a known issue? 

Thanks,
Kumar

-----Original Message-----
From: kbagepalli [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 6:07 PM
To: xerces-c-dev
Cc: kbagepalli
Subject: Namespaces for the project


I am a little confused with the namespace implementation for the xerces
project. What I was looking at is a way to version the releases on 
Xerces
C++ using namespace. The issue here is that if two different versions of
xerces(binary) exist, it will be difficult to resolve the right calls. 
I was
assuming I could use by own namespace prefix like MYNAMESPACE for all 
the
xerces files but there seems to be a constant namespace
XERCES_CPP_NAMESPACE. So across versions of xerces the namespace would 
be
the same.
Kiran


�


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to