Home
last modified time | relevance | path

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

/trueos/tools/tools/bootparttest/
HDmalloc.c33 Malloc(size_t size, const char *file, int line) in Malloc() function
/trueos/lib/libstand/
HDzalloc_malloc.c54 Malloc(size_t bytes, const char *file, int line) in Malloc() function
/trueos/sys/kern/
HDsubr_unit.c92 #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/
HDctm.h71 #define Malloc malloc macro
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDIRInterpreter.cpp342 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
HDIRMemoryMap.cpp235 IRMemoryMap::Malloc (size_t size, uint8_t alignment, uint32_t permissions, AllocationPolicy policy,… in Malloc() function in IRMemoryMap
/trueos/sbin/fsck_ffs/
HDfsck.h372 Malloc(size_t size) in Malloc() function
/trueos/contrib/llvm/lib/IR/
HDCore.cpp2179 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/
HDGlobalOpt.cpp1546 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local