Searched defs:Malloc (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | chunk.h | 56 Malloc = 0, enumerator
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | vmem.h | 163 void* VMem::Malloc(size_t size) in Malloc() function 602 void* VMem::Malloc(size_t size) in Malloc() function
|
H A D | perlhost.h | 59 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 D | wrappers_c_test.cpp | 45 TEST(ScudoWrappersCDeathTest, Malloc) { in TEST() argument
|
/openbsd-src/gnu/llvm/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 394 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 D | IRMemoryMap.cpp | 289 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
|
/openbsd-src/sbin/fsck_ffs/ |
H A D | utilities.c | 684 Malloc(size_t size) in Malloc() function
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1824 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 D | MemoryBuiltins.cpp | 63 Malloc, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1909 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, in emitMalloc() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | Core.cpp | 3444 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 D | msan_test.cpp | 343 TEST(MemorySanitizer, Malloc) { in TEST() argument
|