Module alloc

Source
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 the AllocRange.
new_allocation ๐Ÿ”’
new_empty_allocation ๐Ÿ”’
Creates new empty Allocation from given Align.
try_new_allocation ๐Ÿ”’