Searched refs:mallocFunc (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlmemory.c | 1012 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup() argument 1020 if (mallocFunc == NULL) in xmlMemSetup() 1027 xmlMalloc = mallocFunc; in xmlMemSetup() 1028 xmlMallocAtomic = mallocFunc; in xmlMemSetup() 1050 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet() argument 1053 if (mallocFunc != NULL) *mallocFunc = xmlMalloc; in xmlMemGet() 1078 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup() argument 1087 if (mallocFunc == NULL) in xmlGcMemSetup() 1096 xmlMalloc = mallocFunc; in xmlGcMemSetup() 1122 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 | 141 d mallocFunc value like(xmlMallocFunc) 147 d mallocFunc like(xmlMallocFunc) 153 d mallocFunc value like(xmlMallocFunc) 161 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()
|