Searched refs:MALLOC (Results 1 – 5 of 5) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | Makefile | 46 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 D | tb_mem.c | 28 RTE_LOG(ERR, MALLOC, "%s(%zu)\n failed, currently allocated " in tb_pool()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | malloc.h | 156 #define MALLOC(space, cast, size, type, flags) \ macro
|
| /f-stack/freebsd/netgraph/ |
| H A D | NOTES | 11 - Use MALLOC and FREE macros instead of direct function calls
|
| /f-stack/app/redis-5.0.5/ |
| H A D | README.md | 84 the `MALLOC` environment variable. Redis is compiled and linked against libc 91 % make MALLOC=libc 95 % make MALLOC=jemalloc
|