Searched refs:mallocFunc (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlmemory.c | 1041 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() argument 1049 if (mallocFunc == NULL) in xmlMemSetup() 1056 xmlMalloc = mallocFunc; in xmlMemSetup() 1057 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 1079 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet() argument 1082 if (mallocFunc != NULL) *mallocFunc = xmlMalloc; in xmlMemGet() 1107 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup() argument 1116 if (mallocFunc == NULL) in xmlGcMemSetup() 1125 xmlMalloc = mallocFunc; in xmlGcMemSetup() 1151 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet() argument [all …]
|
/external/libxml2/include/libxml/ |
D | xmlmemory.h | 105 xmlMallocFunc mallocFunc, 110 xmlMallocFunc *mallocFunc, 115 xmlMallocFunc mallocFunc, 121 xmlMallocFunc *mallocFunc,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlmemory.rpgle | 142 d mallocFunc value like(xmlMallocFunc) 149 d mallocFunc like(xmlMallocFunc) 156 d mallocFunc value like(xmlMallocFunc) 165 d mallocFunc like(xmlMallocFunc)
|
/external/libxml2/python/ |
D | libxml.c | 100 static xmlMallocFunc mallocFunc = NULL; variable 141 (xmlMallocFunc *) & mallocFunc, in libxml_xmlDebugMemory() 144 if ((freeFunc == xmlMemFree) && (mallocFunc == xmlMemMalloc) && in libxml_xmlDebugMemory()
|