Expand description
Internal memory allocator implementation for StableMIR.
This module handles all direct interactions with rustc queries and performs
the actual memory allocations. The stable interface in stable_mir::alloc
delegates all query-related operations to this implementation.
Functionsยง
- allocation_
filter - Creates an
Allocation
only from information within theAllocRange
. - create_
ty_ and_ layout - try_
new_ indirect - try_
new_ scalar - try_
new_ slice