Simple region storage allocator.
If pointer points into Region.
Allocate nbytes. Aborts on failure.
Release the memory that was allocated after the respective call to savePos().
Return stack position for allocations in this region.
See Implementation
Simple region storage allocator.