free package:base
Deallocate a memory pool and everything which has been allocated in
the pool itself.
Release the storage associated with the given
FunPtr, which
must have been obtained from a wrapper stub. This should be called
whenever the return value from a foreign import wrapper function is no
longer required; otherwise, the storage it uses will leak.
Freeze a call-stack, preventing any further call-sites from being
appended.
pushCallStack callSite (freezeCallStack callStack) = freezeCallStack callStack
Freeze the stack at the given CallStack, preventing any
further call-sites from being pushed onto it.
Make a mutable array of arrays immutable, without copying.
Make a mutable byte array immutable, without copying.