Searched refs:mallocFunc (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 105 xmlMallocFunc mallocFunc, 110 xmlMallocFunc *mallocFunc, 115 xmlMallocFunc mallocFunc, 121 xmlMallocFunc *mallocFunc,
|
/external/libxml2/ |
D | xmlmemory.c | 1001 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() argument 1009 if (mallocFunc == NULL) in xmlMemSetup() 1016 xmlMalloc = mallocFunc; in xmlMemSetup() 1017 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 1039 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet() argument 1042 if (mallocFunc != NULL) *mallocFunc = xmlMalloc; in xmlMemGet() 1067 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup() argument 1076 if (mallocFunc == NULL) in xmlGcMemSetup() 1085 xmlMalloc = mallocFunc; in xmlGcMemSetup() 1111 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet() argument [all …]
|