← All docs

buffer_free() — internals

Compiler internals for buffer_free(): lowering path, type checks, and runtime helpers.

buffer_free() — internals

Where it lives

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.

Cross-references