Searched defs:Malloc (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/tools/tools/bootparttest/ |
| H A D | stub.c | 34 Malloc(size_t size, const char *file, int line) in Malloc() function
|
| /freebsd-12.1/stand/libsa/ |
| H A D | zalloc_malloc.c | 56 Malloc(size_t bytes, const char *file __unused, int line __unused) in Malloc() function
|
| /freebsd-12.1/sys/kern/ |
| H A D | subr_unit.c | 94 #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 D | ctm.h | 71 #define Malloc malloc macro
|
| /freebsd-12.1/stand/efi/boot1/ |
| H A D | boot1.c | 65 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 D | IRInterpreter.cpp | 364 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 D | IRMemoryMap.cpp | 289 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
|
| /freebsd-12.1/sbin/fsck_ffs/ |
| H A D | fsck.h | 382 Malloc(size_t size) in Malloc() function
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1165 Value *Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
|
| H A D | SimplifyLibCalls.cpp | 939 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1539 Instruction *Malloc = in tryToOptimizeStoreOfMallocToGlobal() local
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Core.cpp | 3295 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local 3306 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
|