Expand description
Memory allocation implementation for StableMIR.
This module is responsible for constructing stable components.
All operations requiring rustc queries must be delegated
to rustc_public_bridge::alloc to maintain stability guarantees.
Functionsยง
- allocation_
filter ๐ - Creates an
Allocationonly from information within theAllocRange. - new_
allocation ๐ - new_
empty_ ๐allocation - Creates new empty
Allocationfrom givenAlign. - try_
new_ ๐allocation