Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/freebsd/
H A Dstdlib.h39 #define malloc(x) (malloc)((x), M_ZSTD, M_WAITOK) macro
/f-stack/freebsd/contrib/ck/include/
H A Dck_malloc.h34 void *(*malloc)(size_t); member
/f-stack/freebsd/contrib/openzfs/module/zstd/include/
H A Dstdlib.h51 #define malloc(sz) NULL macro
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslparser.y182 #define malloc AslLocalAllocate macro
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_compat.h30 #define malloc(size) opae_malloc(size) macro
/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.c61 #define malloc(size) tc_malloc(size) macro
66 #define malloc(size) je_malloc(size) macro
/f-stack/freebsd/netinet/libalias/
H A Dalias_mod.h45 #define malloc(x) malloc(x, M_ALIAS, M_NOWAIT|M_ZERO) macro
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Djemalloc.c2018 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() argument
2080 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) in JEMALLOC_ATTR() argument
2116 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) in JEMALLOC_ATTR() argument
2418 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() argument
2453 JEMALLOC_ATTR(malloc) in JEMALLOC_ATTR() argument
2548 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) in JEMALLOC_ATTR() argument
H A Dzone.c18 void *(*malloc)(struct _malloc_zone_t *, size_t); member
/f-stack/freebsd/sys/
H A Dmalloc.h229 #define malloc(size, type, flags) ({ \ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c56 #define malloc(size, type, flags) malloc(size) macro
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_heap.c60 #define malloc(s, t, w) my_malloc(s) macro
/f-stack/freebsd/kern/
H A Dsubr_blist.c119 #define malloc(a,b,c) calloc(a, 1) macro
H A Dkern_malloc.c1418 DB_SHOW_COMMAND(malloc, db_show_malloc) in DB_SHOW_COMMAND() argument
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_utils.h209 void *(*malloc)(uint32_t flags, size_t size, unsigned int align, member
/f-stack/lib/
H A Dff_glue.c1052 malloc(unsigned long size, struct malloc_type *type, int flags) in malloc() function