Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog61 * source.c (annotate_source): Malloc file name buffer. Always
63 * utils.c (print_name_only): Malloc file name buffer.
/netbsd-src/bin/csh/
H A Dalloc.c51 Malloc(size_t n) in Malloc() function
H A Dextern.h315 void * Malloc(size_t);
H A Dcsh.h87 #define xmalloc(i) Malloc(i)
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog129 * source.c (annotate_source): Malloc file name buffer. Always
131 * utils.c (print_name_only): Malloc file name buffer.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms.opt27 Malloc data into P2 space.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms.opt27 Malloc data into P2 space.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1169 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
1170 if (!Malloc || !Malloc->hasOneUse()) in foldMallocMemset()
1174 Function *InnerCallee = Malloc->getCalledFunction(); in foldMallocMemset()
1184 if (Memset->getArgOperand(2) != Malloc->getArgOperand(0)) in foldMallocMemset()
1189 B.SetInsertPoint(Malloc->getParent(), ++Malloc->getIterator()); in foldMallocMemset()
1190 const DataLayout &DL = Malloc->getModule()->getDataLayout(); in foldMallocMemset()
1193 Malloc->getArgOperand(0), in foldMallocMemset()
1194 Malloc->getAttributes(), B, *TLI)) { in foldMallocMemset()
1195 substituteInParent(Malloc, Calloc); in foldMallocMemset()
H A DBuildLibCalls.cpp1646 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
1649 CallInst *CI = B.CreateCall(Malloc, Num, MallocName); in emitMalloc()
1652 dyn_cast<Function>(Malloc.getCallee()->stripPointerCasts())) in emitMalloc()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_flags.inc63 // Malloc / free bisection. Only tag malloc and free calls when a hash of
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.hin93 #define GLOB_NOSPACE (-1) /* Malloc call failed. */
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt107 away that a single pc-relative branch would not work.) Malloc() or
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGwpAsan.rst18 `Electric Fence Malloc Debugger <https://linux.die.net/man/3/efence>`_, with a
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3485 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
3488 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildMalloc()
3496 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
3499 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildArrayMalloc()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst833 .. _unix-Malloc:
835 unix.Malloc (C)
2106 // note: requires unix.Malloc or
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td494 def MallocChecker: Checker<"Malloc">,
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog1078 Malloc program_interpreter using p_filesz and read directly from
H A DChangeLog-91972508 Malloc buffers rather than allocate on stack (so it works
4631 from some other copy of GNU Malloc somewhere (FIXME).
/netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/
H A Dcreed.pbxuser496 comments = "Malloc.h: No such file or directory";
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog1583 Malloc program_interpreter using p_filesz and read directly from
H A DChangeLog-91972508 Malloc buffers rather than allocate on stack (so it works
4631 from some other copy of GNU Malloc somewhere (FIXME).
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc340 TEST(MemorySanitizer, Malloc) { in TEST() argument
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-22916 * Malloc debugger: Debugging. (line 29)
2917 * Malloc problems: Debugging. (line 23)
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2005834 * runtime/memory.c (allocate_size): Malloc 1 byte if size == 0.
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-20142399 Malloc adjusted_sections. Don't double last_vma. Transfer

12