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_smir::alloc
to maintain stability guarantees.
Functionsยง
- allocation_
filter ๐ - Creates an
Allocation
only from information within theAllocRange
. - new_
allocation ๐ - new_
empty_ ๐allocation - Creates new empty
Allocation
from givenAlign
. - try_
new_ ๐allocation