Home
last modified time | relevance | path

Searched refs:libxmlMemoryAllocatedBase (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/python/
Dlibxml.c97 static long libxmlMemoryAllocatedBase = 0; variable
148 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()