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

/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c86 static long libxmlMemoryAllocatedBase = 0; variable
137 libxmlMemoryAllocatedBase = xmlMemUsed();
149 libxmlMemoryAllocatedBase = xmlMemUsed();
156 libxmlMemoryAllocatedBase = xmlMemUsed();
159 ret = xmlMemUsed() - libxmlMemoryAllocatedBase;
165 ret = xmlMemUsed() - libxmlMemoryAllocatedBase;
206 libxmlMemoryAllocatedBase -= freed;
207 if (libxmlMemoryAllocatedBase < 0)
208 libxmlMemoryAllocatedBase = 0;

Completed in 51 milliseconds