Home
last modified time | relevance | path

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

12

/freebsd/bin/sh/
H A Doptions.h37 unsigned char malloc; /* if parameter list dynamically allocated */ member
/freebsd/contrib/file/src/
H A Dmemtest.c47 malloc(size_t len) in malloc() function
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h381 # define malloc je_malloc macro
/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/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/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/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp63 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/memprof/
H A Dmemprof_malloc_linux.cpp53 INTERCEPTOR(void *, malloc, uptr size) { in 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/tsan/rtl/
H A Dtsan_interceptors_posix.cpp661 TSAN_INTERCEPTOR(void*, malloc, uptr size) { in TSAN_INTERCEPTOR() argument
/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/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h11 #define malloc unity_malloc macro
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h111 void *(*malloc)(int); member
/freebsd/contrib/tcsh/
H A Dsh.h327 # define malloc __malloc macro
483 # define malloc lint_malloc macro
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/contrib/unbound/
H A Dconfig.h.in1424 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/unbound/util/
H A Dalloc.h193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__) macro
/freebsd/contrib/wpa/src/utils/
H A Dos.h640 #define malloc OS_DO_NOT_USE_malloc macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c59 #define malloc(x) (xmalloc(x)) macro
/freebsd/lib/libnetmap/
H A Dlibnetmap.h646 nmctx_malloc_cb malloc; member

12