#[allocation_heavy]
Expand description
Flag functions that perform significant heap allocations.
Optionally accepts a string literal with additional details,
like #[allocation_heavy("allocates vectors for each input item")]
.
This attribute does not modify the item it annotates.