Home
last modified time | relevance | path

Searched refs:MallocFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/imageio/
Dpngdec.c48 static png_voidp MallocFunc(png_structp png_ptr, LocalPngAllocSize size) { in MallocFunc() function
252 NULL, MallocFunc, FreeFunc); in ReadPNG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp570 FunctionCallee MallocFunc = MallocF; in createMalloc() local
571 if (!MallocFunc) in createMalloc()
573 MallocFunc = M->getOrInsertFunction("malloc", BPTy, IntPtrTy); in createMalloc()
578 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall", in createMalloc()
585 MCall = CallInst::Create(MallocFunc, AllocSize, OpB, "malloccall"); in createMalloc()
594 if (Function *F = dyn_cast<Function>(MallocFunc.getCallee())) { in createMalloc()