'alloc

effect 'alloc(allocation: Allocation) -> Void

Reports allocation and reference-count transitions to the ambient memory handler.

The runtime operation still performs the actual memory action; this effect is a capability and observation boundary rather than a user-space allocator API.

View Source
pub effect 'alloc(allocation: Allocation) -> Void