Home
last modified time | relevance | path

Searched refs:Malloc (Results 1 – 23 of 23) sorted by relevance

/external/ltp/tools/pounder21/src/memxfer5b/
Dmemxfer5b.c36 void *Malloc(size_t sz);
142 p1 = (char *)Malloc(size); in main()
143 p2 = (char *)Malloc(size); in main()
185 p1 = (char *)Malloc(size); in main()
186 p2 = (char *)Malloc(size); in main()
307 void *Malloc(size_t sz) in Malloc() function
/external/clang/test/Analysis/
DNewDelete-intersections.mm12 // Check for intersections with unix.Malloc and unix.MallocWithAnnotations
16 //----- malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
Dexceptions.mm1 …xceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,unix.Malloc,debug.ExprInspecti…
Dmalloc.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-…
Dobjc-boxing.m1 // RUN: %clang_cc1 -Wno-objc-literal-conversion -analyze -analyzer-checker=core,unix.Malloc,osx.coc…
DMismatchedDeallocator-checker-test.mm131 // Check for intersection with unix.Malloc bounded with
173 // malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
Duninit-vals.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s
Dmalloc.mm1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -fblo…
Dedges-new.mm18482 // CHECK-NEXT: <key>check_name</key><string>unix.Malloc</string>
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp811 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
812 if (!Malloc || !Malloc->hasOneUse()) in foldMallocMemset()
816 Function *InnerCallee = Malloc->getCalledFunction(); in foldMallocMemset()
823 if (Memset->getArgOperand(2) != Malloc->getArgOperand(0)) in foldMallocMemset()
828 B.SetInsertPoint(Malloc->getParent(), ++Malloc->getIterator()); in foldMallocMemset()
829 const DataLayout &DL = Malloc->getModule()->getDataLayout(); in foldMallocMemset()
832 Malloc->getArgOperand(0), Malloc->getAttributes(), in foldMallocMemset()
837 Malloc->replaceAllUsesWith(Calloc); in foldMallocMemset()
838 Malloc->eraseFromParent(); in foldMallocMemset()
/external/bison/tests/
Dtorture.at509 ## Exploding the Stack Size with Malloc. ##
512 AT_SETUP([Exploding the Stack Size with Malloc])
/external/valgrind/docs/internals/
DBIG_APP_NOTES.txt53 nsRecyclingAllocator::Malloc(PRSize bytes, PRBool zeroit)
/external/boringssl/src/ssl/test/
DPORTING.md89 ### Malloc Tests
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp1556 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
1559 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); in TryToOptimizeStoreOfMallocToGlobal()
1562 CI = dyn_cast<BitCastInst>(Malloc) ? in TryToOptimizeStoreOfMallocToGlobal()
1563 extractMallocCallFromBitCast(Malloc) : cast<CallInst>(Malloc); in TryToOptimizeStoreOfMallocToGlobal()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1495 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
1498 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); in tryToOptimizeStoreOfMallocToGlobal()
1501 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc)) in tryToOptimizeStoreOfMallocToGlobal()
1504 CI = cast<CallInst>(Malloc); in tryToOptimizeStoreOfMallocToGlobal()
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt107 away that a single pc-relative branch would not work.) Malloc() or
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt107 away that a single pc-relative branch would not work.) Malloc() or
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp1986 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
1989 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildMalloc()
1997 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
2000 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildArrayMalloc()
/external/llvm/lib/IR/
DCore.cpp2695 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
2698 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildMalloc()
2706 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
2709 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildArrayMalloc()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td369 def MallocChecker: Checker<"Malloc">,
/external/protobuf/php/ext/google/protobuf/
Dupb.h5186 void* Malloc(size_t size);
5333 inline void *Environment::Malloc(size_t size) {
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc324 TEST(MemorySanitizer, Malloc) { in TEST() argument
/external/bison/
DChangeLog-20124359 (Exploding the Stack Size with Malloc): Update.
4639 (Exploding the Stack Size with Malloc): Update declaration.
5540 (Exploding the Stack Size with Malloc): Likewise.
5996 (Exploding the Stack Size with Malloc): Likewise.
10569 (Exploding the Stack Size with Malloc):
20562 * tests/torture.at (Exploding the Stack Size with Malloc):
20983 (Exploding the Stack Size with Malloc): New.