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

/freebsd-9.3-release/tools/tools/bootparttest/
H A Dmalloc.c33 Malloc(size_t size, const char *file, int line) function
/freebsd-9.3-release/lib/libstand/
H A Dzalloc_malloc.c54 Malloc(size_t bytes, const char *file, int line) function
/freebsd-9.3-release/sys/kern/
H A 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.3-release/usr.sbin/ctm/ctm/
H A Dctm.h71 #define Malloc malloc macro
/freebsd-9.3-release/sbin/fsck_ffs/
H A Dfsck.h369 Malloc(size_t size) function
/freebsd-9.3-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1546 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, local
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DCore.cpp2179 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), local
2190 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), local

Completed in 270 milliseconds