Home
last modified time | relevance | path

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

/freebsd-12.1/tools/tools/bootparttest/
H A Dstub.c34 Malloc(size_t size, const char *file, int line) in Malloc() function
/freebsd-12.1/stand/libsa/
H A Dzalloc_malloc.c56 Malloc(size_t bytes, const char *file __unused, int line __unused) in Malloc() function
/freebsd-12.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-12.1/usr.sbin/ctm/ctm/
H A Dctm.h71 #define Malloc malloc macro
/freebsd-12.1/stand/efi/boot1/
H A Dboot1.c65 Malloc(size_t len, const char *file __unused, int line __unused) in Malloc() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp364 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc() function in InterpreterStackFrame
377 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
/freebsd-12.1/sbin/fsck_ffs/
H A Dfsck.h382 Malloc(size_t size) in Malloc() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1165 Value *Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
H A DSimplifyLibCalls.cpp939 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1539 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp3295 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local
3306 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local