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

/external/libxml2/
H A Dxmlmemory.c179 xmlMemoryDump();
248 xmlMemoryDump();
885 * xmlMemoryDump:
891 xmlMemoryDump(void) function
H A Delfgcchack.h5291 #undef xmlMemoryDump macro
5292 extern __typeof (xmlMemoryDump) xmlMemoryDump __attribute((alias("xmlMemoryDump__internal_alias")));
5294 #ifndef xmlMemoryDump
5295 extern __typeof (xmlMemoryDump) xmlMemoryDump__internal_alias __attribute((visibility("hidden")));
5296 #define xmlMemoryDump xmlMemoryDump__internal_alias macro

Completed in 586 milliseconds