Lines Matching refs:mallocFunc
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
1155 if (mallocFunc != NULL) *mallocFunc = xmlMalloc; in xmlGcMemGet()