Home
last modified time | relevance | path

Searched defs:malloc (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Headers/
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
H A D__clang_cuda_runtime_wrapper.h432 __device__ static inline void *malloc(size_t __size) { in malloc() function
/freebsd/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h11 #define malloc unity_malloc macro
/freebsd/sys/contrib/ck/include/
H A Dck_malloc.h34 void *(*malloc)(size_t); member
/freebsd/sys/contrib/zstd/lib/freebsd/
H A Dstdlib.h39 #define malloc(x) (malloc)((x), M_ZSTD, M_WAITOK) macro
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dstdlib.h51 #define malloc(sz) NULL macro
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslparser.y182 #define malloc AslLocalAllocate macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
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
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c59 #define malloc(x) (xmalloc(x)) macro
/freebsd/contrib/file/src/
H A Dmemtest.c47 malloc(size_t len) in malloc() function
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h165 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__) macro
/freebsd/bin/sh/
H A Doptions.h37 unsigned char malloc; /* if parameter list dynamically allocated */ member
/freebsd/contrib/tcsh/
H A Dtc.alloc.c57 # define malloc fmalloc macro
177 malloc(size_t nbytes) in malloc() function
H A Dtc.os.h452 # define malloc tcsh_malloc macro
/freebsd/sys/netinet/libalias/
H A Dalias_mod.h43 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO) macro
/freebsd/contrib/unbound/util/
H A Dalloc.h193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp53 INTERCEPTOR(void *, malloc, uptr size) { in INTERCEPTOR() argument
/freebsd/contrib/unbound/
H A Dconfig.h.in1424 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__) macro
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c53 #define malloc(size, type, flags) malloc(size) macro
/freebsd/sys/sys/
H A Dmalloc.h228 #define malloc(size, type, flags) ({ \ macro
/freebsd/lib/libnetmap/
H A Dlibnetmap.h646 nmctx_malloc_cb malloc; member
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2326 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() argument
2436 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) in JEMALLOC_ATTR() argument
2477 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) in JEMALLOC_ATTR() argument
2869 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() argument
2908 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() argument
3082 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() argument
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h381 # define malloc je_malloc macro
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp63 INTERCEPTOR(void *, malloc, SIZE_T size) { in INTERCEPTOR() argument
/freebsd/stand/libsa/
H A Dstand.h477 #define malloc(x) Malloc(x, __FILE__, __LINE__) macro
484 #define malloc(x) Malloc(x, NULL, 0) macro

12