Home
last modified time | relevance | path

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

/freebsd-13.1/tools/tools/bootparttest/
H A Dstub.c34 Malloc(size_t size, const char *file, int line) in Malloc() function
/freebsd-13.1/stand/libsa/
H A Dzalloc_malloc.c60 Malloc(size_t bytes, const char *file __unused, int line __unused) in Malloc() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h55 Malloc = 0, enumerator
/freebsd-13.1/sys/kern/
H A Dsubr_unit.c94 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) macro
134 #define Malloc(foo) _Malloc(foo, __LINE__) macro
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp367 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc() function in InterpreterStackFrame
380 lldb::addr_t Malloc(llvm::Type *type) { in Malloc() function in InterpreterStackFrame
H A DIRMemoryMap.cpp288 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
/freebsd-13.1/sbin/fsck_ffs/
H A Dfsck.h410 Malloc(size_t size) in Malloc() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1646 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
H A DSimplifyLibCalls.cpp1170 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3496 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
3507 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local