Motoko Stable Regions

Just to be clear, garbage collection of the stable memory pages used by an unreachable region is not implemented as of 0.10.1. While Region objects do get collected, the stable memory pages they hold on to do not.

See Shrink Region by using Region.grow(region, 0) - #4 by claudio