Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
DPoolAlloc.h139 struct AllocState struct
144 using AllocStack = std::vector<AllocState>; argument
/third_party/rust/rust/src/tools/miri/src/borrow_tracker/
Dmod.rs263 ) -> AllocState { in new_allocation()
353 pub enum AllocState { enum
362 pub fn borrow_tracker_sb(&self) -> &RefCell<stacked_borrows::AllocState> { in borrow_tracker_sb()
370 pub fn borrow_tracker_sb_mut(&mut self) -> &mut RefCell<stacked_borrows::AllocState> { in borrow_tracker_sb_mut()
378 pub fn borrow_tracker_tb(&self) -> &RefCell<tree_borrows::AllocState> { in borrow_tracker_tb()
386 impl AllocState { implementation
452 impl VisitTags for AllocState { implementation
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_allocator_test.cc33 struct AllocState { struct
34 size_t num_allocs = 0;
35 std::set<void*> owned;
/third_party/rust/rust/src/tools/miri/src/concurrency/
Dweak_memory.rs96 pub type AllocState = StoreBufferAlloc; typedef
Ddata_race.rs64 pub type AllocState = VClockAlloc; typedef
/third_party/rust/rust/src/tools/miri/src/borrow_tracker/tree_borrows/
Dmod.rs25 pub type AllocState = Tree; typedef
/third_party/rust/rust/src/tools/miri/src/borrow_tracker/stacked_borrows/
Dmod.rs31 pub type AllocState = Stacks; typedef