Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Devict.c53 #define EVPOOL_CACHED_SDS_SIZE 255 macro
147 ep[j].cached = sdsnewlen(NULL,EVPOOL_CACHED_SDS_SIZE); in evictionPoolAlloc()
247 if (klen > EVPOOL_CACHED_SDS_SIZE) { in evictionPoolPopulate()