Home
last modified time | relevance | path

Searched defs:xmlMallocAtomic (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
Dxmlmemory.h189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
Dglobals.h157 xmlMallocFunc xmlMallocAtomic; member
212 #define xmlMallocAtomic \ macro
215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlmemory.h189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
Dglobals.h157 xmlMallocFunc xmlMallocAtomic; member
212 #define xmlMallocAtomic \ macro
215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
/external/libxml2/
Dglobals.c85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; variable
115 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) malloc; variable
/external/chromium_org/third_party/libxml/src/
Dglobals.c85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; variable
134 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) size_checked_malloc; variable