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

/freebsd-11-stable/tools/tools/bootparttest/
H A Dstub.c34 Malloc(size_t size, const char *file, int line) function
/freebsd-11-stable/stand/libsa/
H A Dzalloc_malloc.c54 Malloc(size_t bytes, const char *file, int line) function
/freebsd-11-stable/stand/efi/boot1/
H A Dboot1.c64 Malloc(size_t len, const char *file __unused, int line __unused) function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp288 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, function in class:IRMemoryMap
H A DIRInterpreter.cpp365 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { function in class:InterpreterStackFrame
378 lldb::addr_t Malloc(llvm::Type *type) { function in class:InterpreterStackFrame
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm.h71 #define Malloc malloc macro
/freebsd-11-stable/sys/kern/
H A Dsubr_unit.c92 #define Malloc(foo) malloc(foo, M_UNIT, M_WAITOK | M_ZERO) macro
119 #define Malloc(foo) _Malloc(foo, __LINE__) macro
/freebsd-11-stable/sbin/fsck_ffs/
H A Dfsck.h378 Malloc(size_t size) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1280 FunctionCallee Malloc = M->getOrInsertFunction(MallocName, B.getInt8PtrTy(), local

Completed in 84 milliseconds