Searched defs:Malloc (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/tools/tools/bootparttest/ |
| H A D | stub.c | 34 Malloc(size_t size, const char *file, int line) in Malloc() function
|
| /freebsd-13.1/stand/libsa/ |
| H A D | zalloc_malloc.c | 60 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 D | chunk.h | 55 Malloc = 0, enumerator
|
| /freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Expression/ |
| H A D | IRInterpreter.cpp | 367 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 D | IRMemoryMap.cpp | 288 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
|
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | fsck.h | 410 Malloc(size_t size) in Malloc() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BuildLibCalls.cpp | 1646 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), in emitMalloc() local
|
| H A D | SimplifyLibCalls.cpp | 1170 auto *Malloc = dyn_cast<CallInst>(Memset->getArgOperand(0)); in foldMallocMemset() local
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 3496 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local 3507 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
|