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

/external/libxml2/
H A Dxmlmemory.c388 * xmlMemRealloc:
398 xmlMemRealloc(void *ptr,size_t size) { function
H A Delfgcchack.h5343 #undef xmlMemRealloc macro
5344 extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias")));
5346 #ifndef xmlMemRealloc
5347 extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden")));
5348 #define xmlMemRealloc xmlMemRealloc__internal_alias macro

Completed in 97 milliseconds