Home
last modified time | relevance | path

Searched defs:mallocFunc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
Dxmlmemory.c1041 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()
/external/libxml2/python/
Dlibxml.c101 static xmlMallocFunc mallocFunc = NULL; variable
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp2211 auto mallocFunc = module.lookupSymbol<LLVM::LLVMFuncOp>("malloc"); in copyUnrankedDescriptors() local