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

/external/chromium_org/third_party/libxml/src/
H A Dxmlmemory.c285 * xmlMemMalloc:
294 xmlMemMalloc(size_t size) function
H A Delfgcchack.h5231 #undef xmlMemMalloc macro
5232 extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
5234 #ifndef xmlMemMalloc
5235 extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
5236 #define xmlMemMalloc xmlMemMalloc__internal_alias macro
/external/libxml2/
H A Dxmlmemory.c287 * xmlMemMalloc:
296 xmlMemMalloc(size_t size) function
H A Delfgcchack.h5231 #undef xmlMemMalloc macro
5232 extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
5234 #ifndef xmlMemMalloc
5235 extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
5236 #define xmlMemMalloc xmlMemMalloc__internal_alias macro

Completed in 98 milliseconds