Searched defs:malloc (Results 1 - 25 of 49) sorted by last modified time

12

/freebsd-10.3-release/usr.bin/grep/regex/
H A Dxmalloc.h55 #undef malloc macro
60 #define malloc USE_XMALLOC_INSTEAD_OF_MALLOC macro
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Ddn_heap.c58 #define malloc(s, t, w) my_malloc(s) macro
/freebsd-10.3-release/sys/netinet/libalias/
H A Dalias_mod.h42 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO) macro
H A Dalias_db.c2482 #undef malloc /* XXX: ugly */ macro
/freebsd-10.3-release/sys/mips/rmi/
H A Drmi_boot_info.h61 uint64_t malloc; member in struct:boot1_info
/freebsd-10.3-release/sys/kern/
H A Dsubr_blist.c110 #define malloc(a,b,c) calloc(a, 1) macro
H A Dkern_malloc.c440 malloc(unsigned long size, struct malloc_type *mtp, int flags) function
[all...]
H A Dinflate.c54 #define malloc(x, y, z) kzipmalloc((x)) macro
/freebsd-10.3-release/sys/geom/bde/
H A Dg_bde.h71 u_char malloc; member in struct:g_bde_sector
/freebsd-10.3-release/sys/dev/lmc/
H A Dif_lmc.h1407 # define malloc macro
/freebsd-10.3-release/sys/dev/firewire/
H A Dfirewirereg.h259 struct malloc_type *malloc; member in struct:fw_xfer
/freebsd-10.3-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_scoreboard.c45 malloc(size_t sz) function
H A Duwx_env.c37 #define malloc(sz) ((sz == sizeof(uwx_env)) ? &uwx_env : NULL) macro
/freebsd-10.3-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c51 #define malloc(size, type, flags) malloc(size) macro
/freebsd-10.3-release/sys/boot/usb/
H A Dbsd_kernel.h419 #define malloc(s,x,f) usb_malloc(s) macro
/freebsd-10.3-release/sys/boot/ia64/ski/
H A Dmain.c50 static char malloc[512*1024]; local
/freebsd-10.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c126 malloc(size_t n) function
/freebsd-10.3-release/libexec/rtld-elf/
H A Dmalloc.c152 malloc(nbytes) function
[all...]
/freebsd-10.3-release/lib/libstand/
H A Dzalloc_malloc.c49 #undef malloc macro
H A Dstand.h395 #define malloc(x) Malloc(x, __FILE__, __LINE__) macro
400 #define malloc(x) Malloc(x, NULL, 0) macro
/freebsd-10.3-release/gnu/usr.bin/grep/
H A Dkwset.c43 # undef malloc macro
44 # define malloc xmalloc macro
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname-ldns.c59 #define malloc(x) (xmalloc(x)) macro
/freebsd-10.3-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h103 void *(*malloc)(int); member in struct:sqlite3_api_routines
/freebsd-10.3-release/crypto/heimdal/lib/roken/
H A Dsocket_wrapper.c51 #undef malloc macro

Completed in 511 milliseconds

12