Searched refs:libxmlMemoryAllocatedBase (Results 1 – 1 of 1) sorted by relevance
96 static long libxmlMemoryAllocatedBase = 0; variable147 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()159 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()166 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()169 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()175 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()216 libxmlMemoryAllocatedBase -= freed; in libxml_xmlPythonCleanupParser()217 if (libxmlMemoryAllocatedBase < 0) in libxml_xmlPythonCleanupParser()218 libxmlMemoryAllocatedBase = 0; in libxml_xmlPythonCleanupParser()