Skip to main content

cvdef_cache

Static cvdef_cache 

Source
pub static cvdef_cache: Mutex<[Option<Box<cvdef>>; 8]>
Expand description

Port of static Cvdef cvdef_cache[MAX_CVCACHE] from Src/Zle/computil.c:2956. Same LRU layout as cadef_cache; get_cvdef scans for a defs-match hit, evicts the oldest slot on miss.