Interested in improving this site? Please check the To Do page.
Frontier.reclaimMemory
This verb was previously undocumented and may be extremely dangerous to use. It disposes available handles from the hash table.
Syntax
Frontier.reclaimMemory ()
Params
none
Returns
A numeric value that may represent the number of bytes cleared.
Examples
Frontier.reclaimMemory ()
Notes
This is code that mucks with the kernel memory. Use with care. This verb is not normally available in the Frontier root. It requires a new verb be created at system.verbs.builtins.Frontier.reclaimMemory. The contents of the script should be:
on reclaimMemory () kernel (Frontier.reclaimMemory)