Searched defs:malloc (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-10.1-release/contrib/ldns/compat/
H A Dmalloc.c7 #undef malloc macro
/freebsd-10.1-release/contrib/unbound/compat/
H A Dmalloc.c5 #undef malloc macro
/freebsd-10.1-release/contrib/ntp/sntp/unity/
H A Dunity_fixture_malloc_overrides.h11 #define malloc unity_malloc macro
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dremote-vx68.c44 #define malloc bogon_malloc macro
50 #undef malloc macro
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dnetware-libgcc.c50 malloc (size_t size) function
/freebsd-10.1-release/sys/boot/ia64/ski/
H A Dmain.c50 static char malloc[512*1024]; local
/freebsd-10.1-release/usr.bin/grep/regex/
H A Dxmalloc.h55 #undef malloc macro
60 #define malloc USE_XMALLOC_INSTEAD_OF_MALLOC macro
/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_str.c35 #define malloc(sz) ((sz == sizeof(uwx_str_pool)) ? &uwx_str_pool : NULL) macro
H A Duwx_env.c37 #define malloc(sz) ((sz == sizeof(uwx_env)) ? &uwx_env : NULL) macro
H A Duwx_scoreboard.c45 malloc(size_t sz) function
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c59 #define malloc(x) (xmalloc(x)) macro
/freebsd-10.1-release/lib/libstand/
H A Dzalloc_malloc.c49 #undef malloc macro
/freebsd-10.1-release/contrib/ntp/sntp/libopts/
H A Dautoopts.c72 #undef malloc macro
73 #define malloc(_s) ao_malloc(_s) macro
/freebsd-10.1-release/bin/sh/
H A Doptions.h38 unsigned char malloc; /* if parameter list dynamically allocated */ member in struct:shparam
/freebsd-10.1-release/contrib/unbound/util/
H A Dalloc.h185 # define malloc(s) unbound_stat_malloc_lite(s, __FILE__, __LINE__, __func__) macro
/freebsd-10.1-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c51 #define malloc(size, type, flags) malloc(size) macro
/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks1.c100 #undef malloc macro
[all...]
/freebsd-10.1-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h46 JEMALLOC_EXPORT void *je_malloc(size_t size) JEMALLOC_ATTR(malloc); variable
48 JEMALLOC_ATTR(malloc); variable
52 JEMALLOC_ATTR(malloc); variable
58 JEMALLOC_ATTR(malloc); variable
62 JEMALLOC_EXPORT void * je_valloc(size_t size) JEMALLOC_ATTR(malloc); variable
101 #define malloc je_malloc macro
/freebsd-10.1-release/contrib/unbound/smallapp/
H A Dunbound-host.c49 #undef malloc macro
55 #undef malloc macro
/freebsd-10.1-release/contrib/wpa/src/utils/
H A Dos.h511 #define malloc OS_DO_NOT_USE_malloc macro
/freebsd-10.1-release/libexec/rtld-elf/
H A Dmalloc.c163 malloc(nbytes) function
/freebsd-10.1-release/sys/kern/
H A Dsubr_blist.c110 #define malloc(a,b,c) calloc(a, 1) macro
/freebsd-10.1-release/sys/mips/rmi/
H A Drmi_boot_info.h61 uint64_t malloc; member in struct:boot1_info
/freebsd-10.1-release/sys/netinet/libalias/
H A Dalias_mod.h42 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO) macro
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Ddn_heap.c58 #define malloc(s, t, w) my_malloc(s) macro

Completed in 342 milliseconds

12