snapshot: use snapshot_space only in mprotect-based
authorBrian Norris <banorris@uci.edu>
Mon, 8 Oct 2012 19:58:01 +0000 (12:58 -0700)
committerBrian Norris <banorris@uci.edu>
Mon, 8 Oct 2012 19:58:01 +0000 (12:58 -0700)
We don't need this heap for fork-based snapshotting, so clearly separate
the functionality here.

This also makes PageAlignedAdressUpdate() available only for
mprotect-based snapshotting.


No differences found