Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dchunk.h56 Malloc = 0, enumerator
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dvmem.h163 void* VMem::Malloc(size_t size) in Malloc() function
602 void* VMem::Malloc(size_t size) in Malloc() function
H A Dperlhost.h59 inline void* Malloc(size_t size) { return m_pVMem->Malloc(size); }; in Malloc() function
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp45 TEST(ScudoWrappersCDeathTest, Malloc) { in TEST() argument
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp394 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc() function in InterpreterStackFrame
407 lldb::addr_t Malloc(llvm::Type *type) { in Malloc() function in InterpreterStackFrame
H A DIRMemoryMap.cpp289 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
/openbsd-src/sbin/fsck_ffs/
H A Dutilities.c684 Malloc(size_t size) in Malloc() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1824 auto *Malloc = const_cast<CallInst *>(dyn_cast<CallInst>(DefUO)); in tryFoldIntoCalloc() local
1835 auto shouldCreateCalloc = [](CallInst *Malloc, CallInst *Memset) { in tryFoldIntoCalloc()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp63 Malloc, enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1909 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, in emitMalloc() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3444 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
3455 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp343 TEST(MemorySanitizer, Malloc) { in TEST() argument