Searched defs:AllocHistory (Results 1 – 1 of 1) sorted by relevance
15 pub struct AllocHistory { struct16 id: AllocId,17 base: (Item, Span),18 creations: smallvec::SmallVec<[Creation; 1]>,19 invalidations: smallvec::SmallVec<[Invalidation; 1]>,20 protectors: smallvec::SmallVec<[Protection; 1]>,124 history: &'history mut AllocHistory, in build()209 impl AllocHistory { impl