Searched refs:libxmlMemoryAllocatedBase (Results 1 – 1 of 1) sorted by relevance
97 static long libxmlMemoryAllocatedBase = 0; variable148 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()160 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()167 libxmlMemoryAllocatedBase = xmlMemUsed(); in libxml_xmlDebugMemory()170 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()176 ret = xmlMemUsed() - libxmlMemoryAllocatedBase; in libxml_xmlDebugMemory()217 libxmlMemoryAllocatedBase -= freed; in libxml_xmlPythonCleanupParser()218 if (libxmlMemoryAllocatedBase < 0) in libxml_xmlPythonCleanupParser()219 libxmlMemoryAllocatedBase = 0; in libxml_xmlPythonCleanupParser()