Searched refs:CSPACE (Results 1 – 1 of 1) sorted by relevance
13 static mut CSPACE: Option<LockedCacheSpace> = None; variable32 match &mut CSPACE { in space()44 CSPACE = Some(LockedCacheSpace::new(CacheSpace::new())); in init()