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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c383 * xmlMemRealloc:
393 xmlMemRealloc(void *ptr,size_t size) { function
H A Delfgcchack.h5195 #undef xmlMemRealloc macro
5196 extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias")));
5198 #ifndef xmlMemRealloc
5199 extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden")));
5200 #define xmlMemRealloc xmlMemRealloc__internal_alias macro

Completed in 510 milliseconds