Searched defs:mallocFunc (Results 1 – 3 of 3) sorted by relevance
1041 xmlMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlMemSetup()1079 xmlMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlMemGet()1107 xmlGcMemSetup(xmlFreeFunc freeFunc, xmlMallocFunc mallocFunc, in xmlGcMemSetup()1151 xmlGcMemGet(xmlFreeFunc *freeFunc, xmlMallocFunc *mallocFunc, in xmlGcMemGet()
101 static xmlMallocFunc mallocFunc = NULL; variable
2211 auto mallocFunc = module.lookupSymbol<LLVM::LLVMFuncOp>("malloc"); in copyUnrankedDescriptors() local