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

/external/libxml2/include/libxml/
H A Dxmlmemory.h147 xmlMemDisplayLast(FILE *fp, long nbBytes);
/external/libxml2/
H A Drunxmlconf.c414 xmlMemDisplayLast(logfile, final - mem);
H A Dxmlmemory.c636 * xmlMemDisplayLast:
646 xmlMemDisplayLast(FILE *fp, long nbBytes) function
H A Dlibxml2.syms2204 xmlMemDisplayLast;
H A Delfgcchack.h5303 #undef xmlMemDisplayLast macro
5304 extern __typeof (xmlMemDisplayLast) xmlMemDisplayLast __attribute((alias("xmlMemDisplayLast__internal_alias")));
5306 #ifndef xmlMemDisplayLast
5307 extern __typeof (xmlMemDisplayLast) xmlMemDisplayLast__internal_alias __attribute((visibility("hidden")));
5308 #define xmlMemDisplayLast xmlMemDisplayLast__internal_alias macro

Completed in 203 milliseconds