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

Method new

src/internal/allocator/queue.rs:124–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122
123impl AllocationQueue {
124 pub fn new() -> Self {
125 Self {
126 queue: BinaryHeap::new(),
127 }
128 }
129
130 /// Initializes the allocation queue from the set of existing virtual
131 /// register and virtual register groups.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected