Searched refs:MMLogCycle (Results 1 – 1 of 1) sorted by relevance
170 pub struct MMLogCycle; struct172 impl MMLogCycle { impl178 impl Default for MMLogCycle { implementation184 impl kdepends::thingbuf::Recycle<AllocatorLog> for MMLogCycle { implementation204 pub buf: StaticThingBuf<AllocatorLog, CAP, MMLogCycle>,231 let buffer = StaticThingBuf::with_recycle(MMLogCycle::new()); in new()