← All docs
buffer_free() — internals
Compiler internals for buffer_free(): lowering path, type checks, and runtime helpers.
buffer_free() — internals
Where it lives
- Signature:
src/types/signatures.rs - Lowering:
src/codegen/lower_inst/builtins/buffers.rs:24 (lower_buffer_free) - Function symbol:
lower_buffer_free()
Lowering notes
- Lowers
buffer_free()through the direct buffer opcode helper.
Runtime helpers
No direct __rt_* helpers captured — the lowering is inlined or routes through another builtin.
Signature summary
function buffer_free(buffer $buffer): mixed
What the type checker enforces
- Arity: takes exactly 1 argument.