Home
last modified time | relevance | path

Searched defs:Malloc (Results 1 – 7 of 7) sorted by relevance

/external/ltp/tools/pounder21/src/memxfer5b/
Dmemxfer5b.c307 void *Malloc(size_t sz) in Malloc() function
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1495 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp811 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1986 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1556 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
/external/llvm/lib/IR/
DCore.cpp2695 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
2706 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc324 TEST(MemorySanitizer, Malloc) { in TEST() argument