Debug
assert-balanced
macro
Macro
Raises an error if the memory balance (numberr of alloc:s - number of free:s) isn't 0. Requires compiling with --log-memory.
memory-logged
macro
Macro
Log all calls to memory allocation within te form. Requires compiling with --log-memory.