Home
last modified time | relevance | path

Searched refs:MALLOC (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A DMakefile46 MALLOC=libc macro
50 MALLOC=jemalloc macro
66 MALLOC=tcmalloc macro
70 MALLOC=tcmalloc_minimal macro
74 MALLOC=jemalloc macro
78 MALLOC=libc macro
141 ifeq ($(MALLOC),tcmalloc)
146 ifeq ($(MALLOC),tcmalloc_minimal)
151 ifeq ($(MALLOC),jemalloc)
211 echo MALLOC=$(MALLOC) >> .make-settings
[all …]
/f-stack/dpdk/lib/librte_acl/
H A Dtb_mem.c28 RTE_LOG(ERR, MALLOC, "%s(%zu)\n failed, currently allocated " in tb_pool()
/f-stack/tools/compat/include/sys/
H A Dmalloc.h156 #define MALLOC(space, cast, size, type, flags) \ macro
/f-stack/freebsd/netgraph/
H A DNOTES11 - Use MALLOC and FREE macros instead of direct function calls
/f-stack/app/redis-5.0.5/
H A DREADME.md84 the `MALLOC` environment variable. Redis is compiled and linked against libc
91 % make MALLOC=libc
95 % make MALLOC=jemalloc