Searched defs:Malloc (Results 1 – 7 of 7) sorted by relevance
| /freebsd-9-stable/tools/tools/bootparttest/ |
| D | malloc.c | 33 Malloc(size_t size, const char *file, int line) in Malloc() function
|
| /freebsd-9-stable/lib/libstand/ |
| D | zalloc_malloc.c | 54 Malloc(size_t bytes, const char *file, int line) in Malloc() function
|
| /freebsd-9-stable/sys/kern/ |
| D | subr_unit.c | 92 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) macro 114 #define Malloc(foo) _Malloc(foo, __LINE__) macro
|
| /freebsd-9-stable/usr.sbin/ctm/ctm/ |
| D | ctm.h | 71 #define Malloc malloc macro
|
| /freebsd-9-stable/sbin/fsck_ffs/ |
| D | fsck.h | 369 Malloc(size_t size) in Malloc() function
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Core.cpp | 2179 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local 2190 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/IPO/ |
| D | GlobalOpt.cpp | 1546 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local
|