/freebsd/contrib/ntp/sntp/unity/ |
H A D | unity_fixture_malloc_overrides.h | 11 #define malloc unity_malloc macro
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_malloc.h | 34 void *(*malloc)(size_t); member
|
/freebsd/sys/contrib/openzfs/module/zstd/include/ |
H A D | stdlib.h | 51 #define malloc(sz) NULL macro
|
/freebsd/sys/contrib/zstd/lib/freebsd/ |
H A D | stdlib.h | 39 #define malloc(x) (malloc)((x), M_ZSTD, M_WAITOK) macro
|
/freebsd/sys/contrib/dev/acpica/compiler/ |
H A D | aslparser.y | 182 #define malloc AslLocalAllocate macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_malloc_linux.cpp | 65 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 D | getrrsetbyname-ldns.c | 59 #define malloc(x) (xmalloc(x)) macro
|
/freebsd/contrib/file/src/ |
H A D | memtest.c | 47 malloc(size_t len) in malloc() function
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_wrapper_malloc.h | 165 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__) macro
|
/freebsd/bin/sh/ |
H A D | options.h | 37 unsigned char malloc; /* if parameter list dynamically allocated */ member
|
/freebsd/contrib/tcsh/ |
H A D | tc.alloc.c | 57 # define malloc fmalloc macro 177 malloc(size_t nbytes) in malloc() function
|
H A D | tc.os.h | 452 # define malloc tcsh_malloc macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan_malloc_linux.cpp | 53 INTERCEPTOR(void *, malloc, uptr size) { in INTERCEPTOR() argument
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_mod.h | 43 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO) macro
|
/freebsd/contrib/unbound/util/ |
H A D | alloc.h | 193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_malloc_linux.cpp | 53 INTERCEPTOR(void *, malloc, uptr size) { in INTERCEPTOR() argument
|
/freebsd/sys/sys/ |
H A D | malloc.h | 225 #define malloc( global() macro [all...] |
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | spl_kmem.c | 53 #define malloc(size, type, flags) malloc(size) macro
|
/freebsd/contrib/unbound/ |
H A D | config.h.in | 1582 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__) macro
|
/freebsd/lib/libnetmap/ |
H A D | libnetmap.h | 646 nmctx_malloc_cb malloc; member
|
/freebsd/contrib/jemalloc/src/ |
H A D | jemalloc.c | 2326 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 D | jemalloc.h | 381 # define malloc je_malloc macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 63 INTERCEPTOR(void *, malloc, SIZE_T size) { in INTERCEPTOR() argument
|
/freebsd/stand/libsa/ |
H A D | stand.h | 482 #define malloc(x) Malloc(x, __FILE__, __LINE__) macro 489 #define malloc(x) Malloc(x, NULL, 0) macro
|
/freebsd/sys/geom/bde/ |
H A D | g_bde.h |
|