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

/freebsd-10-stable/tools/tools/bootparttest/
H A Dmalloc.c33 Malloc(size_t size, const char *file, int line) function
/freebsd-10-stable/lib/libstand/
H A Dzalloc_malloc.c54 Malloc(size_t bytes, const char *file, int line) function
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp235 IRMemoryMap::Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy, Error &error) function in class:IRMemoryMap
H A DIRInterpreter.cpp342 lldb::addr_t Malloc (size_t size, uint8_t byte_alignment) function in class:InterpreterStackFrame
361 lldb::addr_t Malloc (llvm::Type *type) function in class:InterpreterStackFrame
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm.h71 #define Malloc malloc macro
/freebsd-10-stable/sys/boot/efi/boot1/
H A Dboot1.c67 Malloc(size_t len, const char *file __unused, int line __unused) function
/freebsd-10-stable/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-10-stable/sbin/fsck_ffs/
H A Dfsck.h372 Malloc(size_t size) function
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1546 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, local
/freebsd-10-stable/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 124 milliseconds