Searched refs:mallocFunc (Results 1 – 5 of 5) 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 | 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/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 | 101 static xmlMallocFunc mallocFunc = NULL; variable 142 (xmlMallocFunc *) & mallocFunc, in libxml_xmlDebugMemory() 145 if ((freeFunc == xmlMemFree) && (mallocFunc == xmlMemMalloc) && in libxml_xmlDebugMemory()
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 2211 auto mallocFunc = module.lookupSymbol<LLVM::LLVMFuncOp>("malloc"); in copyUnrankedDescriptors() local 2212 if (!mallocFunc && toDynamic) { in copyUnrankedDescriptors() 2215 mallocFunc = builder.create<LLVM::LLVMFuncOp>( in copyUnrankedDescriptors() 2245 ? builder.create<LLVM::CallOp>(loc, mallocFunc, allocationSize) in copyUnrankedDescriptors()
|