Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 25 of 42) sorted by last modified time

12

/freebsd/libexec/rtld-elf/
H A Drtld.c6404 malloc(size_t nbytes) in malloc() function
/freebsd/sys/sys/
H A Dmalloc.h228 #define malloc(size, type, flags) ({ \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp661 TSAN_INTERCEPTOR(void*, malloc, uptr size) { in TSAN_INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1018 INTERCEPTOR(void *, malloc, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp71 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp88 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() argument
H A Dasan_malloc_linux.cpp65 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument
167 void *(*malloc)(uptr bytes); member
179 void *(*malloc)(uptr bytes); member
H A Dasan_malloc_win.cpp97 void *malloc(size_t size) { in malloc() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h432 __device__ static inline void *malloc(size_t __size) { in malloc() function
H A D__clang_hip_runtime_wrapper.h69 __attribute__((noinline, weak)) __device__ void *malloc(__hip_size_t __size) { in malloc() function
78 __attribute__((weak)) inline __device__ void *malloc(__hip_size_t __size) { in malloc() function
/freebsd/lib/libunbound/
H A Dconfig.h1513 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__) macro
/freebsd/stand/libsa/
H A Dstand.h477 #define malloc(x) Malloc(x, __FILE__, __LINE__) macro
484 #define malloc(x) Malloc(x, NULL, 0) macro
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparser.y182 #define malloc AslLocalAllocate macro
/freebsd/sys/netpfil/ipfw/
H A Ddn_heap.c56 #define malloc(s, t, w) my_malloc(s) macro
/freebsd/sys/kern/
H A Dkern_malloc.c1479 DB_SHOW_COMMAND_FLAGS(malloc, db_show_malloc, DB_CMD_MEMSAFE) in DB_SHOW_COMMAND_FLAGS() argument
H A Dsubr_blist.c117 #define malloc(a,b,c) calloc(a, 1) macro
/freebsd/bin/sh/
H A Doptions.h37 unsigned char malloc; /* if parameter list dynamically allocated */ member
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c53 #define malloc(size, type, flags) malloc(size) macro
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h111 void *(*malloc)(int); member
/freebsd/contrib/unbound/
H A Dconfig.h.in1424 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/file/src/
H A Dmemtest.c47 malloc(size_t len) in malloc() function
/freebsd/sys/netinet/libalias/
H A Dalias_mod.h43 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO) macro
/freebsd/sys/geom/bde/
H A Dg_bde.h75 u_char malloc; member
/freebsd/sys/dev/firewire/
H A Dfirewirereg.h249 struct malloc_type *malloc; member
/freebsd/stand/kshim/
H A Dbsd_kernel.h534 #define malloc(s,x,f) usb_malloc(s) macro

12