Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dquicklist.c51 #define SIZE_SAFETY_LIMIT 8192 macro
418 #define sizeMeetsSafetyLimit(sz) ((sz) <= SIZE_SAFETY_LIMIT)