Home
last modified time | relevance | path

Searched refs:ZMALLOC_LIB (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.h39 #define ZMALLOC_LIB ("tcmalloc-" __xstr(TC_VERSION_MAJOR) "." __xstr(TC_VERSION_MINOR)) macro
49 #define ZMALLOC_LIB ("jemalloc-" __xstr(JEMALLOC_VERSION_MAJOR) "." __xstr(JEMALLOC_VERSION_MINOR) … macro
64 #ifndef ZMALLOC_LIB
65 #define ZMALLOC_LIB "libc" macro
H A Dobject.c1174 … and not the default libc malloc. Note: The currently used allocator is \"%s\".\n\n", ZMALLOC_LIB); in getMemoryDoctorReport()
H A Dserver.c3336 ZMALLOC_LIB, in genRedisInfoString()
3764 ZMALLOC_LIB, in version()