Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h11 #define malloc unity_malloc macro
/freebsd-12.1/sys/contrib/ck/include/
H A Dck_malloc.h34 void *(*malloc)(size_t); member
/freebsd-12.1/sys/contrib/zstd/lib/freebsd/
H A Dstdlib.h39 #define malloc(x) (malloc)((x), M_ZSTD, M_WAITOK) macro
/freebsd-12.1/contrib/gdb/gdb/
H A Dremote-vx68.c44 #define malloc bogon_malloc macro
/freebsd-12.1/contrib/gcc/config/i386/
H A Dnetware-libgcc.c50 malloc (size_t size) in malloc() function
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslparser.y182 #define malloc AslLocalAllocate macro
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cc141 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument
244 void *(*malloc)(uptr bytes); member
256 void *(*malloc)(uptr bytes); member
H A Dasan_malloc_win.cc68 void *malloc(size_t size) { in malloc() function
/freebsd-12.1/contrib/compiler-rt/lib/scudo/
H A Dscudo_malloc.cpp28 INTERCEPTOR_ATTRIBUTE void *malloc(size_t size) { in malloc() function
/freebsd-12.1/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c59 #define malloc(x) (xmalloc(x)) macro
/freebsd-12.1/bin/sh/
H A Doptions.h40 unsigned char malloc; /* if parameter list dynamically allocated */ member
/freebsd-12.1/contrib/tcsh/
H A Dtc.alloc.c60 # define malloc fmalloc macro
180 malloc(size_t nbytes) in malloc() function
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_wrapper_malloc.h166 #define malloc(size) _malloc_dbg((size), KMP_MEM_BLOCK, __FILE__, __LINE__) macro
/freebsd-12.1/contrib/ntp/sntp/libopts/
H A Dautoopts.c73 #define malloc(_s) ao_malloc(_s) macro
/freebsd-12.1/contrib/gcc/
H A Dgengtype-lex.l27 #define malloc xmalloc macro
/freebsd-12.1/sys/netinet/libalias/
H A Dalias_mod.h45 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO) macro
/freebsd-12.1/contrib/unbound/util/
H A Dalloc.h193 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__) macro
/freebsd-12.1/sys/sys/
H A Dmalloc.h220 #define malloc(size, type, flags) ({ \ macro
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A D__clang_cuda_runtime_wrapper.h377 __device__ static inline void *malloc(size_t __size) { in malloc() function
/freebsd-12.1/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c52 #define malloc(size, type, flags) malloc(size) macro
/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c2022 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() argument
2084 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) in JEMALLOC_ATTR() argument
2120 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) in JEMALLOC_ATTR() argument
2422 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() argument
2457 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() argument
2552 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() argument
/freebsd-12.1/contrib/unbound/
H A Dconfig.h.in1318 # define malloc(s) unbound_stat_malloc_log(s, __FILE__, __LINE__, __func__) macro
/freebsd-12.1/stand/libsa/
H A Dstand.h438 #define malloc(x) Malloc(x, __FILE__, __LINE__) macro
445 #define malloc(x) Malloc(x, NULL, 0) macro
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_interceptors.cpp34 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr) in DECLARE_REAL_AND_INTERCEPTOR() argument
463 INTERCEPTOR(void*, malloc, uptr size) { in INTERCEPTOR() argument
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c101 WRAPPER(void *, malloc, size_t c) in WRAPPER() argument

12