title: “EXCEPTION::GC Function” date: 2023-01-01 author: “laplante@plcb.ca” version: “1.0.0”
exception::gc — trigger the Go garbage collector manually
The exception::gc
function invokes the Go runtime garbage collector.
It can be used to force memory cleanup at a specific point in execution.
res={{
gc();
}}.