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

/external/libxml2/
H A Dxmlmemory.c287 * xmlMemMalloc:
296 xmlMemMalloc(size_t size) function
H A Delfgcchack.h5333 #undef xmlMemMalloc macro
5334 extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
5336 #ifndef xmlMemMalloc
5337 extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
5338 #define xmlMemMalloc xmlMemMalloc__internal_alias macro

Completed in 147 milliseconds