Home
last modified time | relevance | path

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

/freebsd/tools/tools/bootparttest/
H A Dstub.c32 Malloc(size_t size, const char *file, int line) in Malloc() function
/freebsd/stand/libsa/
H A Dzalloc_malloc.c57 Malloc(size_t bytes, const char *file __unused, int line __unused) in Malloc() function
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h56 Malloc = 0, enumerator
/freebsd/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/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp395 lldb::addr_t Malloc(size_t size, uint8_t byte_alignment) { in Malloc() function in InterpreterStackFrame
408 lldb::addr_t Malloc(llvm::Type *type) { in Malloc() function in InterpreterStackFrame
H A DIRMemoryMap.cpp314 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
/freebsd/sbin/fsck_ffs/
H A Dfsck.h417 Malloc(size_t size) in Malloc() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1864 auto *Malloc = const_cast<CallInst *>(dyn_cast<CallInst>(DefUO)); in tryFoldIntoCalloc() local
1879 auto shouldCreateCalloc = [](CallInst *Malloc, CallInst *Memset) { in tryFoldIntoCalloc()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp70 Malloc, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1908 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, in emitMalloc() local