Home
last modified time | relevance | path

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

/freebsd-9-stable/tools/tools/bootparttest/
Dmalloc.c33 Malloc(size_t size, const char *file, int line) in Malloc() function
/freebsd-9-stable/lib/libstand/
Dzalloc_malloc.c54 Malloc(size_t bytes, const char *file, int line) in Malloc() function
/freebsd-9-stable/sys/kern/
Dsubr_unit.c92 #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/
Dctm.h71 #define Malloc malloc macro
/freebsd-9-stable/sbin/fsck_ffs/
Dfsck.h369 Malloc(size_t size) in Malloc() function
/freebsd-9-stable/contrib/llvm/lib/IR/
DCore.cpp2179 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/
DGlobalOpt.cpp1546 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local