Searched defs:Malloc (Results 1 – 9 of 9) sorted by relevance
| /trueos/tools/tools/bootparttest/ |
| HD | malloc.c | 33 Malloc(size_t size, const char *file, int line) in Malloc() function
|
| /trueos/lib/libstand/ |
| HD | zalloc_malloc.c | 54 Malloc(size_t bytes, const char *file, int line) in Malloc() function
|
| /trueos/sys/kern/ |
| HD | subr_unit.c | 92 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) macro 114 #define Malloc(foo) _Malloc(foo, __LINE__) macro
|
| /trueos/usr.sbin/ctm/ctm/ |
| HD | ctm.h | 71 #define Malloc malloc macro
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | IRInterpreter.cpp | 342 lldb::addr_t Malloc (size_t size, uint8_t byte_alignment) in Malloc() function in InterpreterStackFrame 361 lldb::addr_t Malloc (llvm::Type *type) in Malloc() function in InterpreterStackFrame
|
| HD | IRMemoryMap.cpp | 235 IRMemoryMap::Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy,… in Malloc() function in IRMemoryMap
|
| /trueos/sbin/fsck_ffs/ |
| HD | fsck.h | 372 Malloc(size_t size) in Malloc() function
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | Core.cpp | 2179 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local 2190 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
|
| /trueos/contrib/llvm/lib/Transforms/IPO/ |
| HD | GlobalOpt.cpp | 1546 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
|