Searched defs:xmlCleanupMemory (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c886 * xmlCleanupMemory:
892 xmlCleanupMemory(void) { function
895 "xmlCleanupMemory()\n");
905 "xmlCleanupMemory() Ok\n");
H A Delfgcchack.h2035 #undef xmlCleanupMemory macro
2036 extern __typeof (xmlCleanupMemory) xmlCleanupMemory __attribute((alias("xmlCleanupMemory__internal_alias")));
2038 #ifndef xmlCleanupMemory
2039 extern __typeof (xmlCleanupMemory) xmlCleanupMemory__internal_alias __attribute((visibility("hidden")));
2040 #define xmlCleanupMemory xmlCleanupMemory__internal_alias macro

Completed in 97 milliseconds