From c14c53a3645d81281058d4bb4cff24fa8d6faf33 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 6 Jul 2004 12:57:17 +0000 Subject: Load /tmp/tmp.DIvcnD/libxml2-2.6.11 into packages/libxml2/branches/upstream/current. --- python/libxml2-python-api.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'python/libxml2-python-api.xml') diff --git a/python/libxml2-python-api.xml b/python/libxml2-python-api.xml index d5a4cbe..b933290 100644 --- a/python/libxml2-python-api.xml +++ b/python/libxml2-python-api.xml @@ -306,5 +306,13 @@ + + Cleanup function for the XML library. It tries to reclaim all parsing related global memory allocated for the library processing. It doesn't deallocate any document related memory. Calling this function should not prevent reusing the library but one should call xmlCleanupParser() only when the process has finished using the library or XML document built with it. + + + + Returns the total amount of memory allocated by libxml2 + + -- cgit v1.2.3