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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c285 * xmlMemMalloc:
294 xmlMemMalloc(size_t size) function
H A Delfgcchack.h5185 #undef xmlMemMalloc macro
5186 extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
5188 #ifndef xmlMemMalloc
5189 extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
5190 #define xmlMemMalloc xmlMemMalloc__internal_alias macro

Completed in 91 milliseconds