MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / CompactListPool

Class CompactListPool

src/entity/compact_list.rs:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113/// A memory pool for storing lists of `T`.
114#[derive(Clone, Debug, Default)]
115pub struct CompactListPool<T> {
116 elems: Vec<T>,
117}
118
119impl<T> CompactListPool<T> {
120 /// Creates a new list pool.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected