Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Devict.c139 void evictionPoolAlloc(void) { in evictionPoolAlloc() function
H A Dserver.h1924 void evictionPoolAlloc(void);
H A Dserver.c2094 evictionPoolAlloc(); /* Initialize the LRU keys pool. */ in initServer()