Home
last modified time | relevance | path

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

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