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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c218 * xmlMallocAtomicLoc:
229 xmlMallocAtomicLoc(size_t size, const char * file, int line) function
H A Delfgcchack.h5125 #undef xmlMallocAtomicLoc macro
5126 extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc __attribute((alias("xmlMallocAtomicLoc__internal_alias")));
5128 #ifndef xmlMallocAtomicLoc
5129 extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc__internal_alias __attribute((visibility("hidden")));
5130 #define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias macro

Completed in 326 milliseconds