Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A DNewDelete-intersections.mm11 // Check for intersections with unix.Malloc and unix.MallocWithAnnotations
15 //----- malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
H A Dexceptions.mm1 …xceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,unix.Malloc,debug.ExprInspecti…
H A Dmalloc.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-…
H A Dobjc-boxing.m1 // RUN: %clang_cc1 -Wno-objc-literal-conversion -analyze -analyzer-checker=core,unix.Malloc,osx.coc…
H A DMismatchedDeallocator-checker-test.mm119 // Check for intersection with unix.Malloc bounded with
161 // malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
H A Duninit-vals.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s
H A Dmalloc.mm1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -fblo…
/minix/bin/csh/
H A Dalloc.c51 Malloc(size_t n) in Malloc() function
H A Dextern.h310 ptr_t Malloc(size_t);
H A Dcsh.h89 #define xmalloc(i) Malloc(i)
/minix/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.hin93 #define GLOB_NOSPACE (-1) /* Malloc call failed. */
/minix/crypto/external/bsd/openssl/dist/
H A DREADME.ASN1167 /* Malloc error */
182 /* Malloc error */
H A DFAQ852 buf = OPENSSL_malloc(len); /* or Malloc, error checking omitted */
H A DCHANGES7381 Malloc => OPENSSL_malloc
8216 since Malloc(), Realloc() and Free() were defined as macros having
9623 Malloc, Free.
/minix/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt107 away that a single pc-relative branch would not work.) Malloc() or
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1541 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
1544 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); in TryToOptimizeStoreOfMallocToGlobal()
1547 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc)) in TryToOptimizeStoreOfMallocToGlobal()
1550 CI = cast<CallInst>(Malloc); in TryToOptimizeStoreOfMallocToGlobal()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp2439 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
2442 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildMalloc()
2450 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
2453 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildArrayMalloc()
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckers.td298 def MallocPessimistic : Checker<"Malloc">,
/minix/crypto/external/bsd/openssl/dist/doc/
H A Dopenssl.txt847 a Malloc'ed string representing its value.
1171 string is a null terminated ASCII string allocated with Malloc(). It should
H A Dssleay.txt4139 Malloc(), Free() and Realloc() (except those in crypto/lhash).
4151 When turned on, each Malloc() or Realloc() call is recored along with the file
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DAttr.td770 def Malloc : InheritableAttr {