Home
last modified time | relevance | path

Searched defs:AllocHistory (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/miri/src/borrow_tracker/stacked_borrows/
Ddiagnostics.rs15 pub struct AllocHistory { struct
16 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