Searched defs:Malloc (Results 1 – 10 of 10) sorted by relevance
/freebsd/tools/tools/bootparttest/ |
H A D | stub.c | 32 Malloc(size_t size, const char *file, int line) in Malloc() function
|
/freebsd/stand/libsa/ |
H A D | zalloc_malloc.c | 57 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 D | chunk.h | 56 Malloc = 0, enumerator
|
/freebsd/sys/kern/ |
H A D | subr_unit.c | 92 #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 D | IRInterpreter.cpp | 395 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 D | IRMemoryMap.cpp | 314 lldb::addr_t IRMemoryMap::Malloc(size_t size, uint8_t alignment, in Malloc() function in IRMemoryMap
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsck.h | 417 Malloc(size_t size) Malloc() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DeadStoreElimination.cpp | 1868 auto *Malloc = const_cast<CallInst *>(dyn_cast<CallInst>(DefUO)); in tryFoldIntoCalloc() local 1883 auto shouldCreateCalloc = [](CallInst *Malloc, CallInst *Memset) { in tryFoldIntoCalloc()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 70 Malloc, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1919 FunctionCallee Malloc = getOrInsertLibFunc(M, *TLI, LibFunc_malloc, in emitMalloc() local
|